PathologyDataScience / HistomicsML2

A tool for training machine-learning models with whole-slide imaging datasets
22 stars 5 forks source link

Connect error #46

Closed Acmenwangtuo closed 4 years ago

Acmenwangtuo commented 4 years ago

When I run python run_server_model I get Exception: URL fetch failure on https://github.com/fchollet/deep-learning-models/releases/download/v0.1/vgg16_weights_tf_dim_ordering_tf_kernels.h5: None -- [Errno 111] Connection refused I0204 02:42:08.884776 140557407700800 cachefactory.py:148] Using python for large_image caching Hoe can I solve it

slee172 commented 4 years ago

It seems like that fetching the model data from the URL is failed. The execution command "python run_server_model" automatically fetches the model data from the URL and then loads it to be used for. Can you download the model data from the URL? HistomicsML uses the model data form the Keras team, so you have to download the model data.