We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbc6bbc commit 11c1713Copy full SHA for 11c1713
.gitignore
@@ -1,6 +1,6 @@
1
autopush.sh
2
-example/MNIST_data
3
-/home/inctrl/Dropbox/personal_prj/tensorflow-vs-pytorch/examples/MNIST_data/t10k-images-idx3-ubyte.gz
4
-/home/inctrl/Dropbox/personal_prj/tensorflow-vs-pytorch/examples/MNIST_data/t10k-labels-idx1-ubyte.gz
5
-/home/inctrl/Dropbox/personal_prj/tensorflow-vs-pytorch/examples/MNIST_data/train-images-idx3-ubyte.gz
6
-/home/inctrl/Dropbox/personal_prj/tensorflow-vs-pytorch/examples/MNIST_data/train-labels-idx1-ubyte.gz
+examples/MNIST_data
+examples/MNIST_data/t10k-images-idx3-ubyte.gz
+examples/MNIST_data/t10k-labels-idx1-ubyte.gz
+examples/MNIST_data/train-images-idx3-ubyte.gz
+examples/MNIST_data/train-labels-idx1-ubyte.gz
0 commit comments