Skip to content

Instantly share code, notes, and snippets.

@geoffreygarrett
Created May 25, 2019 14:47
Show Gist options
  • Save geoffreygarrett/8357bd24ddc8680ebde306be613da3fc to your computer and use it in GitHub Desktop.
Save geoffreygarrett/8357bd24ddc8680ebde306be613da3fc to your computer and use it in GitHub Desktop.
>> Signature for class instantiation.
# trial = CNN(train_dataset,
# test_dataset,
# n_conv,
# dim1,
# kernel_conv,
# stride_conv,
# kernel_pool,
# stride_pool,
# n_layers,
# dim2)
>> Arguments failing, (starting with n_conv - top)
3
[6, 10, 14, 19, 23, 27, 32]
[4, 4, 4, 4, 4, 4, 4]
[1, 1, 1, 1, 1, 1, 1]
[2, 2, 2, 2, 2, 2, 2]
[3, 3, 3, 3, 3, 3, 3]
7
[120, 106, 93, 80, 66, 53, 40]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment