git clone git@github.com:hasktorch/metrics-exporter.git
cd metrics-exporter
nix profile install .#tensorboard
nix profile install .#wandb
nix profile install .#
# or
git clone git@github.com:hasktorch/metrics-exporter.git
cd metrics-exporter
nix profile install github:metrics-exporter#tensorboard
nix profile install github:metrics-exporter#wandb
nix profile install github:metrics-exporter#
csv-to-tensorboard.py --csv-path sample/log.csv
wandb login
csv-to-wandb.py --project test-project --csv-path sample/log.csv
torchscript-to-tensorboard.py --torchscript sample/yolov5s.torchscript.pt --input-shape '[3,640,480]'
metric-to-tensorboard.py --logdir runs/test --epoch 4 --type loss/train --value 0.001