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
I've been struggling to go through the code on here, trying to piece together parts from examples, and I finally got something workable, but I need something to visualize. I created a real time visual of the network regions using opengl before I noticed the MonitorMixin class. I don't see any examples, and the one line I do see about it gives me an error: class MonitoredTemporalMemory(mm.TemporalMemoryMonitorMixin, TemporalMemory): pass gives: TypeError: metaclass conflict: the metaclass of a derived class must be a (non-strict) subclass of the metaclasses of all its bases
The text was updated successfully, but these errors were encountered:
I've been struggling to go through the code on here, trying to piece together parts from examples, and I finally got something workable, but I need something to visualize. I created a real time visual of the network regions using opengl before I noticed the MonitorMixin class. I don't see any examples, and the one line I do see about it gives me an error:
class MonitoredTemporalMemory(mm.TemporalMemoryMonitorMixin, TemporalMemory): pass
gives:TypeError: metaclass conflict: the metaclass of a derived class must be a (non-strict) subclass of the metaclasses of all its bases
The text was updated successfully, but these errors were encountered: