-
Notifications
You must be signed in to change notification settings - Fork 6.8k
SSD example has missing files #3805
Comments
it is modified and these files are no longer needed. |
I already tried and it doesnt work without the scale layers. I added them
manually and rebuild mxnet and it worked afterwards.
|
These layers are not required any more here. What error did you get? @lvaleriu |
Well, I want to make it clear that in order to comply the mxnet example style, I made several changes here in the example/ssd, thus the model is now slightly incompatible with the original repo. You will need to modify .params and .json in order to transfer model between these two repos now. However I don't recommend to do this. The divergence could be solved when I finally make a change to the original repo. I'm still reluctant to do so because breaking the compatibility in the same repo is not a good idea. |
You are right. I've messed up the code by including the old weights with On Sun, Nov 13, 2016 at 7:54 PM, Joshua Z. Zhang [email protected]
|
Yes, the Scale layer was replaced by broadcast_mul. |
This issue is closed due to lack of activity in the last 90 days. Feel free to reopen if this is still an active issue. Thanks! |
Havent you forgotten to add the files related to the scale layer?
Here you can see them in the original mxnet-ssd repository.
Thanks!
The text was updated successfully, but these errors were encountered: