Created
May 25, 2019 14:47
-
-
Save geoffreygarrett/8357bd24ddc8680ebde306be613da3fc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
>> 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