From b3d4ce0b71e679c38b6f727e25b3842b39d7a6e9 Mon Sep 17 00:00:00 2001 From: allegroai <> Date: Thu, 28 Nov 2019 00:48:08 +0200 Subject: [PATCH] Clean hyper-parameter example --- docs/trains_examples.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/trains_examples.md b/docs/trains_examples.md index d54c7385..2495892f 100644 --- a/docs/trains_examples.md +++ b/docs/trains_examples.md @@ -167,10 +167,10 @@ Relevant outputs * **DEBUG IMAGES**: Generated images * **LOG**: Console standard output/error -### Tensorflow Flags / absl -##### Toy Tensorflow FLAGS logging with absl +### Hyper Parameters / Tensorflow Flags / absl +##### Hyper Parameters / Toy Tensorflow FLAGS logging with absl -[absl_example.py](https://github.com/allegroai/trains/blob/master/examples/absl_example.py) +[hyper_parameters_example.py](https://github.com/allegroai/trains/blob/master/examples/hyper_parameters_example.py) is an example of toy Tensorflow FLAGS logging with absl package (*absl-py*) coupled with parameters dictionary Relevant outputs