修复
Browse files- .gitignore +4 -2
- model_data/G_model_B2A_last_epoch_weights.pth +3 -0
- model_data/README.md +1 -0
.gitignore
CHANGED
@@ -6,10 +6,12 @@ datasets/
|
|
6 |
Medical_Datasets/
|
7 |
lfw/
|
8 |
logs/
|
9 |
-
model_data/
|
10 |
.temp_map_out/
|
11 |
results/
|
12 |
-
|
|
|
|
|
|
|
13 |
# Byte-compiled / optimized / DLL files
|
14 |
__pycache__/
|
15 |
*.py[cod]
|
|
|
6 |
Medical_Datasets/
|
7 |
lfw/
|
8 |
logs/
|
|
|
9 |
.temp_map_out/
|
10 |
results/
|
11 |
+
model_data/ResNeSt.pt
|
12 |
+
model_data/G_model_A2B_last_epoch_weights.pth
|
13 |
+
model_data/D_model_B_last_epoch_weights.pth
|
14 |
+
model_data/D_model_A_last_epoch_weights.pth
|
15 |
# Byte-compiled / optimized / DLL files
|
16 |
__pycache__/
|
17 |
*.py[cod]
|
model_data/G_model_B2A_last_epoch_weights.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1815cd8f77471a8712b9a80b20da4cd7afe7aad2b32ad48cd205d1c370a65dc2
|
3 |
+
size 11888773
|
model_data/README.md
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
存放模型相关的文件,如权值。
|