Skip to content
Snippets Groups Projects
Commit c8499789 authored by Noordijk, Ben's avatar Noordijk, Ben
Browse files

Hyperparameter output

parent 8abccdda
No related branches found
No related tags found
1 merge request!5compare_accuracy.py now saves confusion matrices and can be called on the...
......@@ -6,18 +6,17 @@
# CNN ARCHITECTURE
nn_class: Cnn_test
batch_norm: 0
batch_norm: 1
batch_size: 32
dropout_keep_prob: 0.9
max_sequence_length: 10000
dropout_keep_prob: 0.8
eps_per_kmer_switch: 25
filter_width: 1000
filters: 5
kernel_size: 19
filter_width: 250
filters: 10
kernel_size: 25
learning_rate: 0.002
max_sequence_length: 15000
num_batches: 320
num_kmer_switches: 1
num_layers: 2
pool_size: 8 # Pool size to use for 1d maxpool
pool_size: 12
threshold: 0.0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment