Datou1111 commited on
Commit
eb27d48
1 Parent(s): dd0c368

Upload go.cmd

Browse files
Files changed (1) hide show
  1. go.cmd +5 -0
go.cmd ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ set http_proxy=http://127.0.0.1:7890
2
+ set https_proxy=http://127.0.0.1:7890
3
+ call venv\Scripts\activate.bat
4
+ python run.py config/train_sincity.yaml
5
+ pause