Upload poc_overflow_zero.cfg with huggingface_hub
Browse files- poc_overflow_zero.cfg +16 -0
poc_overflow_zero.cfg
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[net]
|
| 2 |
+
batch=1
|
| 3 |
+
subdivisions=1
|
| 4 |
+
width=1
|
| 5 |
+
height=1
|
| 6 |
+
channels=65536
|
| 7 |
+
learning_rate=0.001
|
| 8 |
+
momentum=0.9
|
| 9 |
+
decay=0.0005
|
| 10 |
+
|
| 11 |
+
[convolutional]
|
| 12 |
+
filters=65536
|
| 13 |
+
size=1
|
| 14 |
+
stride=1
|
| 15 |
+
pad=0
|
| 16 |
+
activation=linear
|