2019-10-31 09:39:16 UTC - Pepi Paraskevoulakou: no i didn’t, do i ? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1572514756169700?thread_ts=1572472009.166900&cid=C3TPCAQG1 ---- 2019-10-31 09:48:49 UTC - Pepi Paraskevoulakou: i am trying to do that but all the vm stucks https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1572515329169900?thread_ts=1572472009.166900&cid=C3TPCAQG1 ---- 2019-10-31 10:01:54 UTC - Pepi Paraskevoulakou: when i am trying doing that vm is unresponsive to my actions and The screen is frozen and no actions are possible https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1572516114170100?thread_ts=1572472009.166900&cid=C3TPCAQG1 ---- 2019-10-31 10:32:20 UTC - Pepi Paraskevoulakou: i left it for a while and the vm unfreeze so i checked the logs and i found these https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1572517940170300?thread_ts=1572472009.166900&cid=C3TPCAQG1 ---- 2019-10-31 10:35:30 UTC - Pepi Paraskevoulakou: i need to create a docker with the latest version of tensorflow and keras in order to play https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1572518130170700?thread_ts=1572472009.166900&cid=C3TPCAQG1 ---- 2019-10-31 10:36:00 UTC - Pepi Paraskevoulakou: https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1572518160171000 ---- 2019-10-31 11:05:57 UTC - Pepi Paraskevoulakou: “logs”: [ “2019-10-31T10:18:05.828309123Z stderr: Using TensorFlow backend.“, “2019-10-31T10:18:08.798645724Z stderr: Traceback (most recent call last):“, “2019-10-31T10:18:08.807311321Z stderr: File \“pythonrunner.py\“, line 88, in run”, “2019-10-31T10:18:08.807319695Z stderr: exec(‘fun = %s(param)’ % self.mainFn, self.global_context)“, “2019-10-31T10:18:08.807323035Z stderr: File \“<string>\“, line 1, in <module>“, “2019-10-31T10:18:08.807621661Z stderr: File \“__main__.py\“, line 19, in main”, “2019-10-31T10:18:08.807625719Z stderr: model = load_model(‘model_no_weight.h5’, compile=False)“, “2019-10-31T10:18:08.807628697Z stderr: File \“/usr/local/lib/python3.5/dist-packages/keras/engine/saving.py\“, line 260, in load_model”, “2019-10-31T10:18:08.807634042Z stderr: model = model_from_config(model_config, custom_objects=custom_objects)“, “2019-10-31T10:18:08.807636963Z stderr: File \“/usr/local/lib/python3.5/dist-packages/keras/engine/saving.py\“, line 334, in model_from_config”, “2019-10-31T10:18:08.807639993Z stderr: return deserialize(config, custom_objects=custom_objects)“, “2019-10-31T10:18:08.807643042Z stderr: File \“/usr/local/lib/python3.5/dist-packages/keras/layers/__init__.py\“, line 55, in deserialize”, “2019-10-31T10:18:08.807645962Z stderr: printable_module_name=‘layer’)“, “2019-10-31T10:18:08.807648621Z stderr: File \“/usr/local/lib/python3.5/dist-packages/keras/utils/generic_utils.py\“, line 145, in deserialize_keras_object”, “2019-10-31T10:18:08.807651541Z stderr: list(custom_objects.items())))“, “2019-10-31T10:18:08.807654151Z stderr: File \“/usr/local/lib/python3.5/dist-packages/keras/engine/sequential.py\“, line 292, in from_config”, “2019-10-31T10:18:08.807657005Z stderr: custom_objects=custom_objects)“, “2019-10-31T10:18:08.807659634Z stderr: File \“/usr/local/lib/python3.5/dist-packages/keras/layers/__init__.py\“, line 55, in deserialize”, “2019-10-31T10:18:08.807662469Z stderr: printable_module_name=‘layer’)“, “2019-10-31T10:18:08.807665092Z stderr: File \“/usr/local/lib/python3.5/dist-packages/keras/utils/generic_utils.py\“, line 165, in deserialize_keras_object”, “2019-10-31T10:18:08.807668007Z stderr: ‘:’ + function_name)“, “2019-10-31T10:18:08.807670657Z stderr: ValueError: Unknown layer:name” https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1572519957171400 ---- 2019-10-31 15:40:22 UTC - Pepi Paraskevoulakou: anyone who knows how to solve it? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1572536422171600?thread_ts=1572536422.171600&cid=C3TPCAQG1 ---- 2019-10-31 20:25:42 UTC - Ali Tariq: there can be multiple reasons for this. If you tried to launch too many invocations (i am not sure but the default used to be 30) - it can show this error. Just wait a while and it should go away. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1572553542172700?thread_ts=1572536422.171600&cid=C3TPCAQG1 ---- 2019-10-31 20:26:36 UTC - Ali Tariq: its considering your deployment was running fine previously - otherwise there could be other reason in which case - waiting won't help. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1572553596172900?thread_ts=1572536422.171600&cid=C3TPCAQG1 ---- 2019-10-31 22:21:24 UTC - Pepi Paraskevoulakou: hello again!!! the main issue of openwhisk is that a zip function containing main.py plus txt files runs fine - but if the zip contains h5 file, the function hangs. Any experience with that? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1572560484174800 ---- 2019-10-31 22:43:41 UTC - Pepi Paraskevoulakou: also i want to add that i am not using any other files in my zip (just using main.py) and still the h5 affecting my function https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1572561821175400 ----