-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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] | ||
``` | ||
|
||
|
@@ -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。 | ||
|