Reference: Yu-Chuan Hsu, Markus J. Buehler, DyFraNet: Forecasting and Backcasting Dynamic Fracture Mechanics in Space and Time Using a 2D-to-3D Deep Neural Network, in submission
If you are using our dataset $immatrix\_2D.npy$ , you can simply run the python code to train the model by:
python3 main.py --batch_size 32
If you are using your own dataset, you might need to specify the number of frames, $N$ , for the input to train the model by:
python3 main.py --batch_size 32 --numframe N