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
For the cases that fail, the first dataframe is written to file and the process is killed on the second iteration of the loop.
I tried to use df=nothing and GC.gc() to free the memory required from the prior iteration but still got failures. @jd-lara any suggestions? Does it make sense to write data to the output files directly from the training callback?
Not that big. ~380 parameters x 300 rows. It has worked successfully for much larger cases. Most of the time it works. 10-20% of the runs have this failure in the most recent version.
No description provided.
The text was updated successfully, but these errors were encountered: