Skip to content

[BUG]: unable to rebuild the saved model from the saved file #1

@inferesu

Description

@inferesu

Description of the bug

I am working with this code and I am saving the model which I later want to load. The problem is that I get this error "Error loading model: 'CustomANFIS' object has no attribute '__get_strength_by_prod'". I might be missing something, because I don't have much experience.

Steps To Reproduce

  1. Create a new model
  2. Use save_model()
  3. use load_model()
  4. observe the results

Expected results: The model is successfully loaded
Actual results: Error loading model: 'CustomANFIS' object has no attribute '__get_strength_by_prod'

Reproducible with: 1.1.0

Additional Information

No response

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions