code backup: backup.py
Browse files
backup.py
CHANGED
|
@@ -73,6 +73,7 @@ TARGETS = {
|
|
| 73 |
"D": ["results/D"],
|
| 74 |
"E": ["results/E"],
|
| 75 |
"corruption": ["results/corruption"],
|
|
|
|
| 76 |
"symbolic": ["results/symbolic"],
|
| 77 |
"spatial-codes": ["data/spatial codes"],
|
| 78 |
"code": [
|
|
@@ -83,6 +84,7 @@ TARGETS = {
|
|
| 83 |
"symbolic",
|
| 84 |
"analysis",
|
| 85 |
"corruption",
|
|
|
|
| 86 |
"encoder",
|
| 87 |
"inference",
|
| 88 |
"tests",
|
|
|
|
| 73 |
"D": ["results/D"],
|
| 74 |
"E": ["results/E"],
|
| 75 |
"corruption": ["results/corruption"],
|
| 76 |
+
"calibration": ["results/calibration"],
|
| 77 |
"symbolic": ["results/symbolic"],
|
| 78 |
"spatial-codes": ["data/spatial codes"],
|
| 79 |
"code": [
|
|
|
|
| 84 |
"symbolic",
|
| 85 |
"analysis",
|
| 86 |
"corruption",
|
| 87 |
+
"calibration",
|
| 88 |
"encoder",
|
| 89 |
"inference",
|
| 90 |
"tests",
|