JiahuiYu / wdsr_ntire2018

Code of our winning entry to NTIRE super-resolution challenge, CVPR 2018
http://www.vision.ee.ethz.ch/ntire18/
598 stars 123 forks source link

I put the two model files in that directory, but I need to configure what parameters to let him access the model file. #23

Closed JusperLee closed 5 years ago

JiahuiYu commented 5 years ago

If you mean an implementation issue, that is beyond the scope of this repo. We would suggest to read python documents. Maybe importlib can help.

JusperLee commented 5 years ago

I still have a question. When your model is configured, does cuda exceed memory?

JusperLee commented 5 years ago

@JiahuiYu Thank you, I would like to ask you what python parameters are used in the configuration, I hope to learn from it.

JusperLee commented 5 years ago

@JiahuiYu this is my option. image

JiahuiYu commented 5 years ago

@JusperLee It looks good. For us, we use V100 and the CUDA memory is fine.