"vscode:/vscode.git/clone" did not exist on "9221da4063d79e5a518ab6c047a28afced38704a"
Commit 82af172f authored by Seb Bro's avatar Seb Bro Committed by GitHub
Browse files

Update data URL

CIFAR website is now using https.
Since urllib does not follow the http to https redirection and thus never retrieves any data, the data URL needs an update.
parent baf8deb5
...@@ -78,7 +78,7 @@ INITIAL_LEARNING_RATE = 0.1 # Initial learning rate. ...@@ -78,7 +78,7 @@ INITIAL_LEARNING_RATE = 0.1 # Initial learning rate.
# names of the summaries when visualizing a model. # names of the summaries when visualizing a model.
TOWER_NAME = 'tower' TOWER_NAME = 'tower'
DATA_URL = 'http://www.cs.toronto.edu/~kriz/cifar-10-binary.tar.gz' DATA_URL = 'https://www.cs.toronto.edu/~kriz/cifar-10-binary.tar.gz'
def _activation_summary(x): def _activation_summary(x):
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment