ncps icon indicating copy to clipboard operation
ncps copied to clipboard

getting issues while saving model

Open SigireddyBalasai opened this issue 1 year ago • 2 comments

----> 1 model.save('location.keras')

File /opt/conda/lib/python3.10/site-packages/keras/utils/traceback_utils.py:70, in filter_traceback..error_handler(*args, **kwargs) 67 filtered_tb = _process_traceback_frames(e.traceback) 68 # To get the full stack trace, call: 69 # tf.debugging.disable_traceback_filtering() ---> 70 raise e.with_traceback(filtered_tb) from None 71 finally: 72 del filtered_tb

File /opt/conda/lib/python3.10/site-packages/ncps/tf/wired_cfc_cell.py:122, in WiredCfCCell.get_config(self) 120 seralized["mode"] = self.mode 121 seralized["activation"] = self._activation --> 122 seralized["backbone_units"] = self.hidden_units 123 seralized["backbone_layers"] = self.hidden_layers 124 seralized["backbone_dropout"] = self.hidden_dropout

AttributeError: 'WiredCfCCell' object has no attribute 'hidden_units'

SigireddyBalasai avatar Aug 30 '23 01:08 SigireddyBalasai