ucbdrive/dla

Hello, I hope you can provide the pre-training model.Thank you

13213085 opened this issue · 1 comments

Hello, I want to apply your proposed model to other fields, and I need a pre-trained model on Image Net. My experimental equipment cannot support me to retrain a model. Could you please provide me with a pre-trained model?Thank you

Not sure, but I think the code automatically downloads the model (see here)

dla/dla.py

Line 315 in 5394cdf

model_url = get_model_url(data, name)
from here.

dla/dla.py

Line 15 in 5394cdf

WEB_ROOT = 'http://dl.yf.io/dla/models'