adityaanantharaman/transfer-learning

data

Opened this issue · 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 ?

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

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 ?