Use Batch Mode
Learn more about using batch mode.
Batch command for training a physicsAI
model:
<install location>/altair/hwdesktop/hw/eds/linux/edspy.sh -physicsai -train <model name.psmdl> -dataset <path to dataset> -spec <path to model spec>
Batch command for predicting on a new mesh or CAD model:
<install location>/altair/hwdesktop/hw/eds/linux/edspy.sh -physicsai -predict_write <output file name> -model <path to model> -input_file <path to input file>
Note: On Windows, the paths above will be slightly different. For
example:
<install>\hwdesktop\hw\eds\bin\win64\edspy.bat