CRU-Net icon indicating copy to clipboard operation
CRU-Net copied to clipboard

Code link

Open Bharath-hn opened this issue 8 years ago • 2 comments

There are links only to Trained model. I could not find the code for training or defining the CRU model. Please let me know where can I find the source code.

Bharath-hn avatar Apr 03 '17 14:04 Bharath-hn

Thank you for your interest.

You can use mx.model.load_checkpoint to load the complete network definition and use mx.viz.plot_network to visualize it.

As for the code for defining CRU-Net, I was planning to rephrase it and use a better naming rule before making it public but cannot find time to do it. ( check this link for a preliminary version )

cypw avatar Apr 07 '17 03:04 cypw

Thank you very much.

Bharath-hn avatar Apr 12 '17 09:04 Bharath-hn