You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fullpath refers to the full string path to the directory where I wish to save the model. createModel() is largely based on the OPF example code, though the parameters in my .yaml file are more like the ones seen in Matt's post here.
The exact error is:
AttributeError: ("'TMCPPShim' object has no attribute 'saveToFile'", u'occurred at index 0')
Environment: MAC
The text was updated successfully, but these errors were encountered:
Original report: https://discourse.numenta.org/t/attributeerror-with-model-save-related-to-tmcppshim-object/2434
fullpath
refers to the full string path to the directory where I wish to save the model.createModel()
is largely based on the OPF example code, though the parameters in my .yaml file are more like the ones seen in Matt's post here.The exact error is:
Environment: MAC
The text was updated successfully, but these errors were encountered: