-
Notifications
You must be signed in to change notification settings - Fork 3
GAN #31
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #31 +/- ##
==========================================
+ Coverage 80.85% 84.53% +3.68%
==========================================
Files 11 11
Lines 188 194 +6
==========================================
+ Hits 152 164 +12
+ Misses 36 30 -6
Continue to review full report at Codecov.
|
|
Thanks for the GAN and the Chain(
x -> reshape(x, size(x, 1), 1, 1, size(x, 2)),
Conv((1, 1), 1=>16, act),
x -> cat(
mean(x, dims=1),
maximum(x, dims=1), dims=3),
x -> dropdims(x, dims=(1,2)), # this always keeps the batch dimension
Dense(2*16, zlen)
)hope thats fine! :) |
No description provided.