-
Notifications
You must be signed in to change notification settings - Fork 728
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
Conv1D Option for Networks #779
Comments
I don't think there is an option for 2D. I had the same requirement and ended up defining my own 1D CNN network and passing it as a preprocessing layer when creating the Actor networ.
|
Well, I found a way around this.... I copied the |
For customized networks you need to create your own network, similar to what sibyjackgrove mentioned. I'm confused, it seems that |
@sguada |
Can you make a PR to allow passing |
Hello,
I have noticed that EncodingNetwork has set its conv_type to 2d by default, but there is no way to actually change this parameter. Am i missing anything?
This is the constructor of the Encoding Network. However, no Network allows to change the conv_type.... It is always set on 2D.
Thanks
The text was updated successfully, but these errors were encountered: