Skip to content

Commit

Permalink
Update CNN_code_one_gridcell
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitri1357 authored Jul 16, 2024
1 parent 975a8a1 commit 3c81d9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CNN_code_one_gridcell
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ cg_days = nldn_vec[:,cell_loc]
learning_rate = np.load('learning_rates.npy')[cellnum-1]
batch_size = int(np.load('batch_sizes.npy')[cellnum-1])
conv_filters = int(np.load('conv_filters.npy')[cellnum-1])
dense_layers = int(np.load('dense_layers.npy')[cellnum-1])
dense_layers = 1
dense_neurons = 16
activity_reg = np.load('activity_regs.npy')[cellnum-1]
dropout_rate = np.load('dropout_rates.npy')[cellnum-1]
Expand Down

0 comments on commit 3c81d9a

Please sign in to comment.