transfer-learning icon indicating copy to clipboard operation
transfer-learning copied to clipboard

data

Open amapic opened this issue 5 years ago • 2 comments

Hi, Thanks for the code. Do you have data with which you have trained this model ? And if so, do you have an idea of the final accuracy you get ?

amapic avatar May 11 '19 18:05 amapic

I am facing error in the below line of code base_model=MobileNet(weights='imagenet',include_top=False) getting below error , can you please help me out raise Exception(error_msg.format(origin, e.errno, e.reason))

Exception: URL fetch failure on https://github.com/fchollet/deep-learning-models/releases/download/v0.6/mobilenet_1_0_224_tf_no_top.h5: None -- [Errno -2] Name or service not known

pranav774 avatar Jul 29 '19 13:07 pranav774

I am facing error in the below line of code base_model=MobileNet(weights='imagenet',include_top=False) getting below error , can you please help me out raise Exception(error_msg.format(origin, e.errno, e.reason))

Exception: URL fetch failure on https://github.com/fchollet/deep-learning-models/releases/download/v0.6/mobilenet_1_0_224_tf_no_top.h5: None -- [Errno -2] Name or service not known

Did you succeed ?

amapic avatar Sep 01 '19 23:09 amapic