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

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

english

How to handle command line arguments in metaflow

I have built a metaflow environment before. I wanted to run metaflow by passing arguments. so I looked into it and tried it out. This is a memorandum. ※See below for environment construction technoxs-stacker.hatenablog.com contents content…

I tried tensorboradX.

tensorboardX is a dashboard tool that allows visualization of data flow graphs and variables (loss, accuracy, etc.) of the learning relationship. (pytorch version of tensorboard used in tensorflow) We will add tensorboardX into the simsiam…

【streamlit】how to use key-bind with streamlit

スポンサーリンク (adsbygoogle = window.adsbygoogle || []).push({}); I was wondering if it would be possible to operate streamlit using the keyboard, so I looked into it and found that components.html might be able to do it, so here's a rem…

Command options for using configparser with streamlit

This is a memorandum of my trial for using configparser in streamlit. contents contents abstract 1.command opition refarence スポンサーリンク (adsbygoogle = window.adsbygoogle || []).push({}); abstract how to use configparser in streamlit …

setup nodejs and npm in a docker container

It is a memorandum on setting up nodejs and npm in a docker container with Jetson Xavier NX. requirement Jetson Xavier NX ubuntu18.04 docker python3.x contents requirement contents Introduction solution reference スポンサーリンク (adsbygoo…

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…

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…

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…