File tree
35 files changed
+6
-12
lines changed- .ipynb_checkpoints
- MNIST_data
- examples
- __pycache__
- data
- processed
- raw
- multi_gpu_version
- tmp
- ipynb
- .ipynb_checkpoints
- markdown
35 files changed
+6
-12
lines changed.gitignore
100644
100755
File mode changed.
.ipynb_checkpoints/01_tensor-checkpoint.ipynb
100644
100755
File mode changed.
File mode changed.
INTRO.md
100644
100755
File mode changed.
MNIST_data/t10k-images-idx3-ubyte.gz
100644
100755
File mode changed.
MNIST_data/t10k-labels-idx1-ubyte.gz
100644
100755
File mode changed.
MNIST_data/train-images-idx3-ubyte.gz
100644
100755
File mode changed.
MNIST_data/train-labels-idx1-ubyte.gz
100644
100755
File mode changed.
README.md
100644
100755
File mode changed.
File mode changed.
File mode changed.
examples/data/processed/test.pt
100644
100755
File mode changed.
examples/data/processed/training.pt
100644
100755
File mode changed.
examples/data/raw/t10k-images-idx3-ubyte
100644
100755
File mode changed.
examples/data/raw/t10k-labels-idx1-ubyte
100644
100755
File mode changed.
examples/data/raw/train-images-idx3-ubyte
100644
100755
File mode changed.
examples/data/raw/train-labels-idx1-ubyte
100644
100755
File mode changed.
examples/mnist_dataloader.py
100644
100755
File mode changed.
examples/model.pkl
100644
100755
File mode changed.
examples/modern_net.py
100644
100755
File mode changed.
examples/multi_gpu_version/tensorflow_mlp.py
100644
100755
File mode changed.
examples/pytorch_mlp.py
100644
100755
File mode changed.
examples/tensorflow_mlp.py
100644
100755
File mode changed.
examples/tensorflow_mlp_capio.py
100644
100755
File mode changed.
examples/tmp/checkpoint
100644
100755
File mode changed.
examples/tmp/model.ckpt.data-00000-of-00001
100644
100755
File mode changed.
examples/tmp/model.ckpt.index
100644
100755
File mode changed.
examples/tmp/model.ckpt.meta
100644
100755
File mode changed.
File mode changed.
ipynb/01_tensor.ipynb
100644
100755
File mode changed.
ipynb/02_variable.ipynb
100644
100755
File mode changed.
ipynb/03_computation_of_data.ipynb
100644
100755
File mode changed.
markdown/01_tensor.md
100644
100755
+6-12
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
133 | 133 |
| |
134 | 134 |
| |
135 | 135 |
| |
136 |
| - | |
137 |
| - | |
138 |
| - | |
139 |
| - | |
140 |
| - | |
141 |
| - | |
142 |
| - | |
143 |
| - | |
144 |
| - | |
145 |
| - | |
146 |
| - | |
147 |
| - | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
148 | 142 |
| |
149 | 143 |
| |
150 | 144 |
| |
|
markdown/02_variable.md
100644
100755
File mode changed.
markdown/03_computation_of_data.md
100644
100755
File mode changed.
0 commit comments