File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
ngclearn/generator/experimental/infimnist Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 1+ # The InfiMNIST Data Generating Process (Experimental)
2+
3+ This experimental data generating process simulates an infinite stream
4+ of MNIST data patterns (of various transformations) along with their (1-of-C encoded)
5+ category labels.
6+
17The scripts contained in this folder, such as ` infimnist_py ` , have been crafted
28to stably work with python3 and above.
39
@@ -7,7 +13,7 @@ The Python binding for the infinite MNIST dataset generator of L. Bottou
713** DEV NOTE:** We will be adding a real-time tensorflow generator to work with Keras
814and Tensorflow 2 (TF2).
915
10- # Installation and Integration into ngc-learn
16+ ## Installation and Integration into ngc-learn
1117
1218In order for ngc-learn to properly recognize the data generating process
1319under ` ngclearn.generator.experimental.infimnist.infimnist ` , you MUST
@@ -46,7 +52,7 @@ primary library package. If you do not complete the above directions, ngc-learn
4652will throw an error as it will not properly recognize the InfiMNIST sampler
4753in the ` generator.experimental ` module sub-directory.
4854
49- # Example Usage
55+ ## Example Usage
5056The following code gives the first test example (0), the first training example
5157(10000) and its first transformation (70000). The indexing logic follows that
5258of the original infimnist binary described [ here] ( http://leon.bottou.org/projects/infimnist ) .
You can’t perform that action at this time.
0 commit comments