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

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

setup

【winSCP】windowsマシンにwinSCPを導入する

リモートマシンとローカルマシン間でファイル転送できるwinSCPをインストールして 開発効率を上げたいと思います 目次 目次 この記事でわかること 1.実行環境 2.インストール 2.1 インストーラーをダウンロードする 2.2 インストーラーを実行する 2.3 使用許…

Batch setting of multiple arguments in abseil with flagfile

contents contents abstract requirement 2.procedure 2.1 Write argument settings in a text file 2.2 Specify text file at python runtime 参考 スポンサーリンク (adsbygoogle = window.adsbygoogle || []).push({}); abstract How to process argument…

Building a jupyterlab environment that we can use pytorch in using Jetson Xavier NX and docker

I previously created a jupyterlab environment using an existing docker image. technoxs-stacker.hatenablog.com I thought I might run pytrorch on jupyterlab in the future, so I created an image with jupyterlab installed based on the previous…

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…