Skip to content

Commit a9f1c90

Browse files
committed
default to bars instead of lines for probabilities
1 parent 0466100 commit a9f1c90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
gui_spectrogram_low_hz=0
6969
gui_spectrogram_high_hz=1250
7070
gui_spectrogram_clip=[1,99]
71-
gui_probability_style="lines" # either "lines" or "bars"
71+
gui_probability_style="bars" # either "lines" or "bars"
7272

7373
# neural network architecture to use
7474
architecture_plugin="res-net"

0 commit comments

Comments
 (0)