Skip to content

Commit

Permalink
updated url
Browse files Browse the repository at this point in the history
  • Loading branch information
slolla committed Jan 11, 2023
1 parent 23ce1b5 commit 3d7b511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lab3/Part2_BiasAndUncertainty.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
"batch_size = 32\n",
"\n",
"# Get the training data: both images from CelebA and ImageNet\n",
"path_to_training_data = tf.keras.utils.get_file('train_face_2023_perturbed_small.h5', 'https://www.dropbox.com/s/tbra3danrk5x8h5/train_face_2023_perturbed_small.h5?dl=0')\n",
"path_to_training_data = tf.keras.utils.get_file('train_face_2023_perturbed_small.h5', 'https://www.dropbox.com/s/tbra3danrk5x8h5/train_face_2023_perturbed_small.h5?dl=1')\n",
"# Instantiate a DatasetLoader using the downloaded dataset\n",
"train_loader = mdl.lab3.DatasetLoader(path_to_training_data, training=True, batch_size=batch_size)\n",
"test_loader = mdl.lab3.DatasetLoader(path_to_training_data, training=False, batch_size=batch_size)"
Expand Down

0 comments on commit 3d7b511

Please sign in to comment.