From 6eb6daa27861c2a37d4426f1078af13e50b770d3 Mon Sep 17 00:00:00 2001 From: Ir1dXD Date: Tue, 27 Aug 2019 19:09:46 +0800 Subject: [PATCH] enable highlight (#170) --- docs/examples/Examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/examples/Examples.md b/docs/examples/Examples.md index 46481bce..11541407 100644 --- a/docs/examples/Examples.md +++ b/docs/examples/Examples.md @@ -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