"tests/vscode:/vscode.git/clone" did not exist on "dd2f285bc1cf9d52308d8d9792acae32c8bb15d3"
Unverified Commit edb6ed22 authored by k-w-w's avatar k-w-w Committed by GitHub
Browse files

Merge pull request #2536 from sbrodehl/patch-1

Update data URL for CIFAR dataset (http->https).
parents 4d0caf91 82af172f
...@@ -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