You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 29, 2019. It is now read-only.
File "/var/azureml-app/driver_jabil.py", line 75, in init
Predictor().load_model(model_path="lightgbm_classifier.model")
File "/var/azureml-app/driver_jabil.py", line 47, in load_model
self.model = ResNet50(include_top=False)
File "/opt/conda/lib/python3.5/site-packages/keras/applications/resnet50.py", line 263, in ResNet50
md5_hash='a268eb855778b3df3c7506639542a6af')
File "/opt/conda/lib/python3.5/site-packages/keras/utils/data_utils.py", line 220, in get_file
urlretrieve(origin, fpath, dl_progress)
File "/opt/conda/lib/python3.5/urllib/request.py", line 224, in urlretrieve
reporthook(blocknum, bs, size)
File "/opt/conda/lib/python3.5/site-packages/keras/utils/data_utils.py", line 215, in dl_progress
ProgressTracker.progbar.update(count * block_size)
File "/opt/conda/lib/python3.5/site-packages/keras/utils/generic_utils.py", line 345, in update
sys.stdout.flush()
File "/var/azureml-app/print_hook.py", line 79, in __getattr__
return self._original_fd.__getattr__(name)
AttributeError: '_io.TextIOWrapper' object has no attribute '__getattr__'