FagerholmEmil
commited on
Commit
·
3b760fd
1
Parent(s):
4128482
Update default layer and neuron index to lower starting values
Browse files
app.py
CHANGED
@@ -118,8 +118,8 @@ Palindromes—"radar", "level", "madam"—appear and fade.
|
|
118 |
Blue fades to white, white dissolves to black.
|
119 |
Sequences echo: 1, 10, 100, 1000…
|
120 |
“Cycle,” whispers the clock, “count forward, reverse.""" # Shortened for example
|
121 |
-
default_layer =
|
122 |
-
default_neuron_index =
|
123 |
default_max_val = 4.0
|
124 |
default_min_val = 0.0
|
125 |
|
|
|
118 |
Blue fades to white, white dissolves to black.
|
119 |
Sequences echo: 1, 10, 100, 1000…
|
120 |
“Cycle,” whispers the clock, “count forward, reverse.""" # Shortened for example
|
121 |
+
default_layer = 1
|
122 |
+
default_neuron_index = 1
|
123 |
default_max_val = 4.0
|
124 |
default_min_val = 0.0
|
125 |
|