Skip to content

Commit

Permalink
vidom的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
daigz1224 committed Jan 5, 2018
1 parent 7645791 commit 7aba46e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,9 @@ def resnet365(opt):
## 附录1:运行流程

```shell
## 映射 jupyter notebook 的 8888 端口
ssh -i "aws_oregon.pem" -L8888:localhost:8888 [email protected]
## 映射 visdom 的 8097 端口
ssh -i "aws_oregon.pem" -L8097:localhost:8097 [email protected]
```

Expand All @@ -203,6 +205,14 @@ ssh -i "aws_oregon.pem" -L8097:localhost:8097 [email protected]
7. 新建 checkpoints 文件夹保存模型
8. 修改 utils.py 中文件的路径

> 关于 Visdom:
>
> 启用 Visdom 时会以为被墙,加上终端没有走sock5翻墙,会导致 connection timed out。
>
> 将react-grid-layout.min.js 和 plotly-plotly.min.js这两个文件下载下来放到 .../visdom/static/js/ 中。通过百度云下载:
>
> 链接: https://pan.baidu.com/s/1bo25jrD 密码: 8uct
## 附录2:各个程序文件的作用

- *data.process.py* -- 将 train,val 的 json 文件,标签文件,测试集生成二进制 scene.pth。
Expand Down

0 comments on commit 7aba46e

Please sign in to comment.