-
Notifications
You must be signed in to change notification settings - Fork 155
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
1d and 2d cnn embedding nets. #751
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The test looks good, thanks! But I guess we do not merge this yet, right?
yes, we should fix the 1D embedding net with asserts and find hyperparams that work for the common scenarios. |
e5ef298
to
bb94ed7
Compare
1d9de7d
to
3f70e81
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice, thanks for taking care of this! A few comments below.
3f70e81
to
a564c16
Compare
a564c16
to
d532710
Compare
Codecov Report
@@ Coverage Diff @@
## main #751 +/- ##
==========================================
+ Coverage 74.13% 74.48% +0.35%
==========================================
Files 78 77 -1
Lines 6081 6111 +30
==========================================
+ Hits 4508 4552 +44
+ Misses 1573 1559 -14
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
0d66e3a
to
1752c6e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good to go once documentation is finalized.
1752c6e
to
0f8dbf5
Compare
failing test for 1D CNN embedding, see #750
and a new implementation of the CNN embedding net including 1D and 2D convolution, and some input checks.