Nice2Predict
Nice2Predict copied to clipboard
remove stack limit for training debin
When running train_json for debin, it gives Exceeded stackLimit in readValue(). error.
This PR comments out the lines for raising the error and make it run for now
It's probably a better idea to tweak the limits than to entirely "temporarily" disable the safety mechanism.