Skip to content

Commit d0c5912

Browse files
committed
default to bars instead of lines for probabilities
1 parent 3a159fc commit d0c5912

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)