RuntimeError: Unable to create link (name already exists) Keras
问题 When I save my model I get the following error: --------------------------------------------------------------------------- RuntimeError Traceback (most recent call last) <ipython-input-40-853303da8647> in <module>() 7 8 ----> 9 model.save(outdir+'model.h5') 10 11 5 frames /usr/local/lib/python3.6/dist-packages/h5py/_hl/group.py in __setitem__(self, name, obj) 371 372 if isinstance(obj, HLObject): --> 373 h5o.link(obj.id, self.id, name, lcpl=lcpl, lapl=self._lapl) 374 375 elif isinstance(obj,