Hi, I create and put into Github two simple examples of monitors for fast.ai, one for Neptune.ml
, and one for TensorBoard
when you can use both in the Google Colab notebook. I hope that it’ll help use these two great tools.
The example of the Colab Notebook: https://colab.research.google.com/drive/1HEVbnOyKSLSIkMhpYLWO83Wut3hJrP42
List of saved parameters that are saved in the TensorBoard:
-
Scalars
with all metrics and training loss for each batch -
Images
for top losses images -
Graph
for the model -
Distribution
andHistograms
for each parameters in layers -
Hyperparameter Text
forlearning rate (lr)
,momentum (mom)
,weight decay (wd)
, andbeta (beta)
-
Text
forModel
,Summary
,Model save path
, andTotal Epochs
List of parameters that are saved in the Neptune.ml:
- all
metrics
-
last_loss
batch -
model.txt
- info about the model -
opt.txt
- OptiWrapper -
Properties
forlearning rate (lr)
,momentum (mom)
,weight decay (wd)
, andbeta (beta)
- Use of
CPU/GPU
,RAM
Couple screenshots:
These files are straightforward, and you can modify for your purpose as you wish.