update Docs [links & formatting] (#769)

* wip

* wip

* debug imports
docs formatting

* WIP

* formatting

* fix setup
This commit is contained in:
Jirka Borovec
2020-02-09 17:39:10 -05:00
committed by GitHub
parent bfbb4a6279
commit 5130841bef
23 changed files with 79 additions and 78 deletions
+1
View File
@@ -43,6 +43,7 @@ Normally, we want to let the `__main__` function start the training.
The main function is your entry into the program. This is where you init your model, checkpoint directory,
and launch the training. The main function should have 3 arguments:
- hparams: a configuration of hyperparameters.
- slurm_manager: Slurm cluster manager object (can be None)
- dict: for you to return any values you want (useful in meta-learning, otherwise set to)