-1

I think Models listed on https://mxnet.incubator.apache.org/model_zoo/ is free to use as basis of fine tuning. Am I right? Is there any license problem or condition using these models (VGG16,ResidualNet152,etc)

Yasu
  • 1
  • 1
  • I'm voting to close this question as off-topic because it is about licensing instead of directly about programming. **[See here](https://meta.stackoverflow.com/q/274963/1402846)** for details and the **[help]** for more. – Pang Sep 13 '18 at 00:50

1 Answers1

2

https://github.com/dmlc/mxnet-model-gallery

You can see it's licensed under CC0

  • Thank you for providing me the information. I have confirmed that it's licensed under CC0. – Yasu Dec 13 '17 at 02:30