deepstack-trainer
deepstack-trainer copied to clipboard
Add tensor board support
Training is taking surprisingly long, so would be useful to monitor metrics as we go
I think this should be straightforward, W&B also shown in https://github.com/johnolafenwa/deepstack-trainer/blob/main/tutorial.ipynb although I personally found tensorboard more useful
OK tried:
%load_ext tensorboard
%tensorboard --logdir /content/deepstack-trainer/train-runs/
But doesn't display results

Possibly because the runs directory was empty when I ran tensorboard. Can it only be added after a run?
ok that was it
