We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Functions and layers should be supported as CH2O
https://github.com/pfnet-research/chainer-compiler/tree/master/ch2o/tests/node
https://github.com/pfnet-research/chainer-compiler/blob/master/elichika/elichika/parser/functions_builtin.py
https://github.com/pfnet-research/chainer-compiler/blob/master/elichika/elichika/functions_buildin.py
it is an example.
#166
https://github.com/pfnet-research/chainer-compiler/blob/master/elichika/elichika/parser/links_builtin.py
https://github.com/pfnet-research/chainer-compiler/blob/master/elichika/elichika/links_builtin.py
The text was updated successfully, but these errors were encountered:
feat: Implementated average poolin 2d.
4019c67
The supported args cannot be tuple right now. This is WIP. Will extend it to support tuple arguments. Addresses: issue pfnet-research#160
#205 Implemented LRN.py. Might as well add that.
Sorry, something went wrong.
#274
No branches or pull requests
Functions and layers should be supported as CH2O
CH2O Testcase
https://github.com/pfnet-research/chainer-compiler/tree/master/ch2o/tests/node
elichia functions
https://github.com/pfnet-research/chainer-compiler/blob/master/elichika/elichika/parser/functions_builtin.py
https://github.com/pfnet-research/chainer-compiler/blob/master/elichika/elichika/functions_buildin.py
How to add a function
it is an example.
#166
elichika links
https://github.com/pfnet-research/chainer-compiler/blob/master/elichika/elichika/parser/links_builtin.py
https://github.com/pfnet-research/chainer-compiler/blob/master/elichika/elichika/links_builtin.py
Rest tests
The text was updated successfully, but these errors were encountered: