Initial commit

This commit is contained in:
lichuang
2019-05-06 17:43:25 +08:00
parent 2b1bd47f91
commit 212d0c6dcb
30 changed files with 319144 additions and 2 deletions

10
.vscode/sftp.json vendored Normal file
View File

@@ -0,0 +1,10 @@
{
"name": "Deeplearning",
"host": "192.168.40.83",
"protocol": "sftp",
"port": 22,
"username": "deeplearning",
"password": "cfca1234",
"remotePath": "/home/deeplearning/work/Deeplearning/TensorFlow/DeepWritingID/DeepHWS_ID/",
"uploadOnSave": true
}