FagerholmEmil commited on
Commit
3b760fd
·
1 Parent(s): 4128482

Update default layer and neuron index to lower starting values

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 = 9
122
- default_neuron_index = 652
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