https://github.com/wwMark/meshgraphnets/blob/80a1c24b1a90213da4e1e1be9324598352dc7e1d/run_model.py#L296 It seems like the batch size has to be fixed at 1, otherwise there is a shape compatibility error. Any thoughts on that? Thanks.
meshgraphnets/run_model.py
Line 296 in 80a1c24
It seems like the batch size has to be fixed at 1, otherwise there is a shape compatibility error. Any thoughts on that? Thanks.