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

How to make the Makefile in ./lib/ folder ? #5

Open
moranli19 opened this issue Aug 14, 2018 · 2 comments
Open

How to make the Makefile in ./lib/ folder ? #5

moranli19 opened this issue Aug 14, 2018 · 2 comments

Comments

@moranli19
Copy link

I'm trying to train the author's models on my own datasets.

One issue is that it cannot find the setup.py when I try to make the Makefile in the lib folder. Is there anyone know where the setup.py is?

Thanks a lot!

@tonysy
Copy link

tonysy commented Aug 14, 2018

Use the master of mxnet source code

  • Put ordering_op-inl.h into incubator-mxnet/src/operator/tensor
  • Put softmax** into incubator-mxnet/src/operator/contrib
    Then make the code.

After you build the lib, you still have a long way to go. It's hard to choose the correct parameter to run this code without paper or author's config.

Hope it helps !

@tonysy
Copy link

tonysy commented Aug 14, 2018

This version could run https://github.com/tonysy/DRN-MXNet.
Hope the author could share the configuration file

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