pipun-gif

Results 3 comments of pipun-gif

> > > > It is metrics instead of metrics_tensors. I'm using Tensorflow 1.14.0 and Keras 2.3.0. Updating the **model.py** (2190 - 2199) worked for me. > > # Add...

> > > > What about changing: self.keras_model.metrics_tensors.append(loss) > > to: self.keras_model.add_metric(loss, name) > > it is work! 非常感谢 hi excuse me @dfy888 how to edit model.py inside egg file?...

> > > > What about changing: self.keras_model.metrics_tensors.append(loss) > > to: self.keras_model.add_metric(loss, name) > > it is work! 非常感谢 > > 我应该在哪里修改这一句呢? around here : anaconda3/envs/mrcnn2/lib/site-packages/mask_rcnn-2.1-py3.6.egg/mrcnn/model.py