Skip to content
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

Slice layer #37

Open
leon-liangwu opened this issue Aug 21, 2018 · 2 comments
Open

Slice layer #37

leon-liangwu opened this issue Aug 21, 2018 · 2 comments

Comments

@leon-liangwu
Copy link

Could you please suport slice layer and some other new layers like depthwiseconvolution and shufflechannel?

@leon-liangwu
Copy link
Author

I have figured out how to add these layers in the netscope.
Just modify ./assets/js/netscope.js and add the corresponding layers into this file.
then use "python -m SimpleHTTPServer 8000" to start a local service
finally "http://localhost:8000/#/editor" can access this new netscope.
Thanks for sharing this project.

@iceflame89
Copy link

iceflame89 commented Mar 7, 2019

I have figured out how to add these layers in the netscope.
Just modify ./assets/js/netscope.js and add the corresponding layers into this file.
then use "python -m SimpleHTTPServer 8000" to start a local service
finally "http://localhost:8000/#/editor" can access this new netscope.
Thanks for sharing this project.

@DreamHorse0301 How to add slice layer which has multi-tops ? Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants