How can I speed up the search? #905
Replies: 1 comment
-
A few tips:
I also find that You can also try template expressions. If you know the functional form, this can help a lot. https://ai.damtp.cam.ac.uk/pysr/examples/#template-expressions
Yes you can do this with |
Beta Was this translation helpful? Give feedback.
-
Hi,
I usually run PySR on an HPC and let it run for 4 days at a time but I find that the loss is still quite large and the equations haven't evolved as much as I wanted them to. I've been reading and implementing the tips from Astroautomata, like turning on turbo, bumper and batching, keeping the operators simple, keeping a large
ncycles_per_iteration
, etc. One thing I would like to mention here is that I've kept a largemaxsize
since I'd like more complex equations (I know this can slow the process down a little bit). I've even downsampled the number of points in my dataset. Do you have any other suggestions that could help speed up the search?My second question is, is there a way to save a model and then continue training from where it stopped?
Below is what my hyperparameters look like -
Any help will be appreciated!! Thank you in advance : D
Beta Was this translation helpful? Give feedback.
All reactions