can't download inceptionV3 weights in keras

Author: HarshVardhanShCreated Sep 8, 2018Updated Apr 5, 2023

Hi, I am trying to download weights of inceptionV3 in keras using the command base_model = InceptionV3(weights = 'imagenet', include_top = False) . It ended up with Exception Error : Name or Service not known and the download fails. I dont understand whats the problem?

Source: fchollet/deep-learning-models