こすたろーんエンジニアの試行錯誤部屋

作成物の備忘録を書いていきますー

2022-10-01から1ヶ月間の記事一覧

Jetson Xavier NXとdockerでjupyter notebook環境を構築

データ分析環境を構築するため、Jetson Xavier NXとDockerでjupyter notebookの環境構築を行いました 目次 目次 この記事でわかること 1.実行環境 2.環境構築手順 3.参考 スポンサーリンク (adsbygoogle = window.adsbygoogle || []).push({}); この記事でわ…

Setup a Tensorflow environment with Jetson Xavier NX and docker

It is a memorandum on setting up a Tensorflow environment with Jetson Xavier NX. contents contents requirement procedure reference スポンサーリンク (adsbygoogle = window.adsbygoogle || []).push({}); requirement Jetson Xavier NX ubuntu18.04…

【streamlit】htmlを埋め込んでkey-bindを対応してみた

スポンサーリンク (adsbygoogle = window.adsbygoogle || []).push({}); streamlitの操作をキーボードでできないかなと思い調べてみたところcomponents.htmlを使えばできそうなので備忘録です コードは以前に作成したものを改良してます technoxs-stacker.ha…

Setup a machine learning environment with Jetson Xavier NX and docker

It is a memorandum on setting up a machine learning environment with Jetson Xavier NX. contents contents requirement procedure reference スポンサーリンク (adsbygoogle = window.adsbygoogle || []).push({}); requirement Jetson Xavier NX ubunt…

Jetson Xavier NX上でfacebookresearchの画像分類フレームワーク ClassyVision を使う

facebookresearchが公開している画像分類フレームワークClassyVisionをJetson Xavier NX上で動かす際の備忘録です 強引なやり方をしてますので、もっとスマートなやり方をご存じの方はコメントで教えてくれると嬉しいです・・・ 目次 目次 この記事でわかる…

abseilで複数の引数をflagfileで一括設定する

目次 目次 この記事でわかること 1.実行環境 2.基本的な使い方 2.1テキストファイルに引数設定を記述 2.2python実行時にテキストファイルを指定する 関連記事 感想 参考 スポンサーリンク (adsbygoogle = window.adsbygoogle || []).push({}); この記事でわ…

Setup a Pytorch environment with Jetson Xavier NX and docker

It is a memorandum on setting up a Pytorch environment with Jetson Xavier NX. contents contents requirement procedure reference スポンサーリンク (adsbygoogle = window.adsbygoogle || []).push({}); requirement Jetson Xavier NX ubuntu18.04 do…

pytorchのdashboardのtensorboradXをinstallして試してみた

スポンサーリンク (adsbygoogle = window.adsbygoogle || []).push({}); tensorboardXは、データフローグラフや学習関係の変数(lossやaccuracyなど)の可視化できるダッシュボードツールです (tensorflowで使われるtensorboardのpytorch版) 今回以前に作成し…