From baa1f0a459177144755adb0d9f871e84f6fabcf5 Mon Sep 17 00:00:00 2001 From: allegroai <> Date: Mon, 15 Jul 2019 21:52:15 +0300 Subject: [PATCH] Documentation --- docs/faq.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/faq.md b/docs/faq.md index 7f1fcd93..ba5e61fc 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -20,7 +20,7 @@ Models Experiments * [I noticed I keep getting the message `warning: uncommitted code`. What does it mean?](#uncommitted-code-warning) -* [I do not use Argarser for hyper-parameters. Do you have a solution?](#dont-want-argparser) +* [I do not use Argparser for hyper-parameters. Do you have a solution?](#dont-want-argparser) * [I noticed that all of my experiments appear as `Training`. Are there other options?](#other-experiment-types) * [Sometimes I see experiments as running when in fact they are not. What's going on?](#experiment-running-but-stopped) * [My code throws an exception, but my experiment status is not "Failed". What happened?](#exception-not-failed) @@ -139,7 +139,7 @@ because uncommitted code means this experiment will be difficult to reproduce. If you still don't care, just ignore this message - it is merely a warning. -### I do not use Argarser for hyper-parameters. Do you have a solution? +### I do not use Argparser for hyper-parameters. Do you have a solution? Yes! TRAINS supports using a Python dictionary for hyper-parameter logging. Just use: