Skip to content

Commit d2c2511

Browse files
committed
config.json: adding optional tensorboard
1 parent 4dc23ec commit d2c2511

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

config.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"iters_per_checkpoint": 2000,
99
"batch_size": 12,
1010
"seed": 1234,
11-
"checkpoint_path": ""
11+
"checkpoint_path": "",
12+
"with_tensorboard": false
1213
},
1314
"data_config": {
1415
"training_files": "train_files.txt",

0 commit comments

Comments
 (0)