Thibauld Charles Ghislain Robin:
Use files in the common folder (external for sources/program), or split large files into multiple resources.
I've built a framework to train models and export them to ONNX files. However, I'm running into a resource limit error during compilation.
It seems that the limit is set to 128 MB, which is quite low for a medium sized model.
Has anyone found a way to get around this limitation?
Alain Verleyen #:
Ok but this is not specific to using the common folder, he could do the same from MQL5\Files.
The common folder is much more convenient in the sense, that it seamlessly supports testing and optimization on the local agents. A specific instance's folder (MQL5/Files) would require to tweak the source code a bit (back and forth(!)) in order to support functionality in the tester.
Ok but this is not specific to using the common folder, he could do the same from MQL5\Files.
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Hello,
I've built a framework to train models and export them to ONNX files. However, I'm running into a resource limit error during compilation.
It seems that the limit is set to 128 MB, which is quite low for a medium sized model.
Has anyone found a way to get around this limitation?
Thanks a lot!