Skip to content

Commit

Permalink
Added tensorboard png
Browse files Browse the repository at this point in the history
  • Loading branch information
AveryLiu committed Oct 3, 2018
1 parent 9312c43 commit da3937b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,11 @@ python train.py --fold_num=0 --identifier="TDDMN" --max_train_epoch=200 --patien
The program writes two types of logs. The tensorboard logs summarizing training statistics are under
``--tensorboard_log_dir`` and the model results logs are under ``--result_log_dir``. To view tensorboard
logs, run ``tensorboard --logdir=tensorboard_log_dir`` and open ``http://localhost:6006`` in your browser.
The model results logs are plain text files.
![Tensorboard result](./figures/tensorboard_result.png)
The model results logs are plain text files and can be viewed with text editors.
### Acknowledgement
The TD-DMN model is based on this [implementation](https://github.com/dandelin/Dynamic-memory-networks-plus-Pytorch)
Expand Down
Binary file added figures/tensorboard_result.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit da3937b

Please sign in to comment.