Skip to content

Commit adebdc9

Browse files
committed
fix typo
1 parent e445c53 commit adebdc9

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.vscode/settings.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
{
2-
"python.pythonPath": "C:\\Users\\rasik\\Anaconda3\\envs\\envTorch\\python.exe"
32
}

cycle-gan/CycleGAN_Exercise.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
},
101101
"outputs": [],
102102
"source": [
103-
"def get_data_loader(image_type, image_dir='summer2winter-yosemite', \n",
103+
"def get_data_loader(image_type, image_dir='summer2winter_yosemite', \n",
104104
" image_size=128, batch_size=16, num_workers=0):\n",
105105
" \"\"\"Returns training and test data loaders for a given image type, either 'summer' or 'winter'. \n",
106106
" These images will be resized to 128x128x3, by default, converted into Tensors, and normalized.\n",
@@ -1054,4 +1054,4 @@
10541054
},
10551055
"nbformat": 4,
10561056
"nbformat_minor": 2
1057-
}
1057+
}

0 commit comments

Comments
 (0)