Skip to content

Commit

Permalink
add parse caffe log file
Browse files Browse the repository at this point in the history
  • Loading branch information
aimuch committed Nov 12, 2019
1 parent 0fa23f4 commit 95cdca8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ AI实验环境搭建和深度学习算法安装实验
- [**Pytorch**](src/ai/pytorch.md#pytorch)
- [将数据转换为Pytorch格式](src/ai/pytorch.md#将数据转换为pytorch格式)
- [**Caffe**](src/ai/caffe.md#caffe)
- [Caffe训练可视化](src/ai/caffe.md#caffe训练可视化)
- [Caffe训练模型可视化](src/ai/caffe.md#caffe训练模型可视化)

4. [**Ubuntu FAQ**](./src/linux_env_set.md#ubuntu-faq)
- [**Awesome Software**](./src/linux_env_set.md#awesome-software)
Expand Down
4 changes: 2 additions & 2 deletions src/ai/caffe.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Caffe

[Caffe训练可视化](#caffe训练可视化)
[Caffe训练模型可视化](#caffe训练模型可视化)


## caffe训练可视化
## caffe模型训练可视化
### 记录训练日志
训练阶段需要加上`-log_dir ./log/`, 其中`./log/`为log文件存放文件文件夹:
```sh
Expand Down

0 comments on commit 95cdca8

Please sign in to comment.