{ "artifacts": [], "command": "my_main", "experiment": { "base_dir": "/Users/patrycjalazna/Desktop/inzynieria-uczenia-maszynowego/zadanka", "dependencies": [ "keras-nightly==2.5.0.dev2021032900", "numpy==1.19.5", "pandas==1.2.3", "sacred==0.8.2", "scikit-learn==0.24.1", "tensorflow==2.5.0rc1" ], "mainfile": "sacred-training.py", "name": "file_observer", "repositories": [ { "commit": "4fc45ed8ef6201f91d818362878d3155dfe4295e", "dirty": true, "url": "https://git.wmi.amu.edu.pl/s434742/ium_434742.git" } ], "sources": [ [ "sacred-training.py", "_sources/sacred-training_36981fcdfc28636f97f6ecc881108ea8.py" ] ] }, "fail_trace": [ "Traceback (most recent call last):\n", " File \"/usr/local/lib/python3.9/site-packages/sacred/config/captured_function.py\", line 42, in captured_function\n result = wrapped(*args, **kwargs)\n", " File \"/Users/patrycjalazna/Desktop/inzynieria-uczenia-maszynowego/zadanka/sacred-training.py\", line 68, in my_main\n print(prepare_model())\n", " File \"/usr/local/lib/python3.9/site-packages/sacred/config/captured_function.py\", line 42, in captured_function\n result = wrapped(*args, **kwargs)\n", " File \"/Users/patrycjalazna/Desktop/inzynieria-uczenia-maszynowego/zadanka/sacred-training.py\", line 60, in prepare_model\n model.save('avocado_model.h5')\n", " File \"/usr/local/lib/python3.9/site-packages/keras/engine/training.py\", line 2086, in save\n save.save_model(self, filepath, overwrite, include_optimizer, save_format,\n", " File \"/usr/local/lib/python3.9/site-packages/keras/saving/save.py\", line 146, in save_model\n hdf5_format.save_model_to_hdf5(\n", " File \"/usr/local/lib/python3.9/site-packages/keras/saving/hdf5_format.py\", line 110, in save_model_to_hdf5\n model_metadata = saving_utils.model_metadata(model, include_optimizer)\n", " File \"/usr/local/lib/python3.9/site-packages/keras/saving/saving_utils.py\", line 152, in model_metadata\n raise e\n", " File \"/usr/local/lib/python3.9/site-packages/keras/saving/saving_utils.py\", line 149, in model_metadata\n model_config['config'] = model.get_config()\n", " File \"/usr/local/lib/python3.9/site-packages/keras/engine/sequential.py\", line 471, in get_config\n layer_configs.append(generic_utils.serialize_keras_object(layer))\n", " File \"/usr/local/lib/python3.9/site-packages/keras/utils/generic_utils.py\", line 508, in serialize_keras_object\n raise e\n", " File \"/usr/local/lib/python3.9/site-packages/keras/utils/generic_utils.py\", line 503, in serialize_keras_object\n config = instance.get_config()\n", " File \"/usr/local/lib/python3.9/site-packages/keras/engine/base_layer.py\", line 695, in get_config\n raise NotImplementedError('Layer %s has arguments in `__init__` and '\n", "NotImplementedError: Layer ModuleWrapper has arguments in `__init__` and therefore must override `get_config`.\n" ], "heartbeat": "2021-05-14T19:00:19.975884", "host": { "ENV": {}, "cpu": "Intel(R) Core(TM) i5-5287U CPU @ 2.90GHz", "hostname": "patrycjalazna.local", "os": [ "Darwin", "macOS-10.15.7-x86_64-i386-64bit" ], "python_version": "3.9.4" }, "meta": { "command": "my_main", "options": { "--beat-interval": null, "--capture": null, "--comment": null, "--debug": false, "--enforce_clean": false, "--file_storage": null, "--force": false, "--help": false, "--loglevel": null, "--mongo_db": null, "--name": null, "--pdb": false, "--print-config": false, "--priority": null, "--queue": false, "--s3": null, "--sql": null, "--tiny_db": null, "--unobserved": false } }, "resources": [], "result": null, "start_time": "2021-05-14T18:59:43.051621", "status": "FAILED", "stop_time": "2021-05-14T19:00:19.978586" }