You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The train script will take over, and start dumping checkpoints into the folder specified by `checkpoint_path` (default = current folder). For more options, see `opts.py`.
51
48
52
-
If you have tensorflow, you can run train.py instead of `train_tb.py`. `train_tb.py` saves learning curves by summary writer, and can be visualized using tensorboard.
49
+
If you have tensorflow, the loss histories are automatically dumped into checkpoint_path, and can be visualized using tensorboard.
53
50
54
51
The current command use scheduled sampling, you can also set scheduled_sampling_start to -1 to turn off scheduled sampling.
0 commit comments