enable highlight (#170)

This commit is contained in:
Ir1dXD
2019-08-27 07:09:46 -04:00
committed by William Falcon
parent c24599f5e5
commit 6eb6daa278
+1 -1
View File
@@ -40,7 +40,7 @@ The main function should have 3 arguments:
- 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 _)
```{}
```python
def main(hparams, cluster, results_dict):
"""
Main training routine specific for this project