-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
basic testing of new tconvnet API #29
Comments
Forward MNIST Benchmark metrics: (use architecture from tfutils models, no recurrence (state update variable is 0))
Do the above for MNIST Bypass (1 each for several arbitrary feedback configurations) Do the above for MNIST Feedback (1 each for several arbitrary feedback configurations) |
Unicycle AlexNet updates:
|
|
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
First, let's run some small-scale tests to ensure that the code acts as promised:
(1) Tests for small scale architectures like MNIST - make this a basic test.
This should test that standard MNIST works as promised and correctly trains to the end, and compares favorably to existing trained MNIST.
(2) Test MNIST + bypasses. This is primarily to ensure that the code works in a nontrivial circumstance, but should also achieve non-terrible numbers of possible.
(3) Test MNIST + feedbacks.
(3.5) Intermediate-sized ConvNet for testing and debugging
(4) Train on AlexNet and compare
(5) Train on DenseNet and compare
(6) Train on VGG and compare
For all things, make sure that:
-- code runs in a reasonable amount of time
-- using a reasonable amount of memory
-- appropriate training losses are achieved
NB: Items (1)-(3) above should be in the form of tests in the test suite
The text was updated successfully, but these errors were encountered: