Evo Vinetu

Results 5 comments of Evo Vinetu

My app can't download files from gihub because of the company's firewall. What worked for me is downloading the weights file manually and putting it to a folder "models" within...

@vstupakov, weights are not an issue now, it's **imagenet_class_index.json** that is not downloadable.

@SpocWeb, unfortunately my company has firewalled outgoing connections, my app can't request anything from github directly.

@SpocWeb, the code runs in Openshift, in a Docker container. I don't know where to put the downloaded file so that the model could find it. The Docker container doesn't...

@Red-Eyed, wonderful, that worked! So, what i did eventually: i created a folder _keras/models_ in the app's working directory where i moved both files _imagenet_class_index.json_ and _resnet50_weights_tf_dim_ordering_tf_kernels.h5_. Then i added...