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

tile not supported yet? #742

Closed
Royzon opened this issue Jan 4, 2019 · 4 comments
Closed

tile not supported yet? #742

Royzon opened this issue Jan 4, 2019 · 4 comments

Comments

@Royzon
Copy link

Royzon commented Jan 4, 2019

I encountered the following error when I converted my model. I am puzzled by the fact that there are til.h&tile.cpp in the src. Why still don't support it?

./mxnet2ncnn my-symbol.json my-model.params my.param my.bin
tile not supported yet!

reps=(1, 512, 1, 1)

@dancingpipi
Copy link
Contributor

you can check CMakeList

ncnn_add_layer(Tile OFF)

turn on the Tile layer,then recompile
But I highly recommended you test the accuracy of this layer

@nihui
Copy link
Member

nihui commented Mar 19, 2019

move to #622

@nihui nihui closed this as completed Mar 19, 2019
@Royzon
Copy link
Author

Royzon commented Mar 19, 2019 via email

@MirrorYuChen
Copy link

I have turned on the Tile ops supported like this:
image
In the CMakeCache.txt, it also shows:
image
But, when I use the convert tools like this:

./mxnet2ncnn model-symbol.json model-0000.params fr.param fr.bin 0
Also shows like this:
image

I want know if you have solved this problem yet? thanks a lot.

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

4 participants