I am running an OPF model that I want to train on some finite set of data, and then turn off learning and run inference only.
After some training period, I have tried to run model.finishLearning() where model is of type nupic.frameworks.opf.clamodel.CLAModel It doesn't seem that SPRegion has a method called finishLearning(), because it throws Exception: Missing command method finishLearning Could someone please teach me how to finish learning or disable learning in an OPF model (meaning, for both SP and TP)? Thanks, -- Mr. Mateja Putic Ph.D Candidate Department of Electrical and Computer Engineering University of Virginia (703) 303-2099
