Applying model params from swarm into Java

Hello, I have got a problem. I took my time series csv file to Swarm in Nupic Python and got a model_params,py which includes the parameters of model. Then I want to turn it into HTM.java code.

I have set some of them through p.set(KEY, parameters) but not all of them are applied.

Is there a way to use swarm in nupic to get model params and then apply in Java?

1 Like

Duplicate of Passing Model Params generated by Swarming to HTM.java