mirror of
https://github.com/twitter/the-algorithm-ml.git
synced 2024-12-23 06:41:49 +01:00
fixed typo
This commit is contained in:
parent
78c3235eee
commit
02ee5f2019
@ -9,7 +9,7 @@ from tml.core import config as tml_config_mod
|
|||||||
import tml.projects.home.recap.config as recap_config_mod
|
import tml.projects.home.recap.config as recap_config_mod
|
||||||
|
|
||||||
flags.DEFINE_string("config_path", None, "Path to hyperparameters for model.")
|
flags.DEFINE_string("config_path", None, "Path to hyperparameters for model.")
|
||||||
flags.DEFINE_integer("n_examples", 100, "Numer of examples to generate.")
|
flags.DEFINE_integer("n_examples", 100, "Number of examples to generate.")
|
||||||
|
|
||||||
FLAGS = flags.FLAGS
|
FLAGS = flags.FLAGS
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user