Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Sadwy committed May 26, 2023
1 parent 7dad608 commit 3872e6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ configs/custom/fashion_custom.py
tensorboard --host localhost --load_fast=true --logdir work_dirs/fashion_custom/20230525_131400
```
- 指令中的路径是训练时自动创建的. 其中`fashion_custom``20230525_131400` 分别是配置文件名称和训练时间, 视情况修改.
- 如果报错, 尝试修改指令中参数为 `--load_fast=false`. 这可能导致部分曲线显示异常.
- 如果报错, 尝试修改指令中参数为 `--load_fast=false` (Details: [issue](https://github.com/tensorflow/tensorboard/issues/4784)). 这可能导致部分曲线显示异常.

# Appendix
另外实现了使用FashionMNIST数据集训练其他网络.
Expand Down

0 comments on commit 3872e6d

Please sign in to comment.