Skip to content

Commit

Permalink
config.json: adding optional tensorboard
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelvalle committed May 31, 2019
1 parent 4dc23ec commit d2c2511
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"iters_per_checkpoint": 2000,
"batch_size": 12,
"seed": 1234,
"checkpoint_path": ""
"checkpoint_path": "",
"with_tensorboard": false
},
"data_config": {
"training_files": "train_files.txt",
Expand Down

0 comments on commit d2c2511

Please sign in to comment.