pinn-pytorch icon indicating copy to clipboard operation
pinn-pytorch copied to clipboard

Deep learning library for solving differential equations on top of PyTorch.

Results 1 pinn-pytorch issues
Sort by recently updated
recently updated
newest added

When executing `Burger 2D.ipynb` I get the following error: ``` model.train() --------------------------------------------------------------------------- IndexError Traceback (most recent call last) Input In [5], in () ----> 1 model.train() File ~/code/pinn-pytorch/grad/pytorchPDE.py:111, in PytorchPDE.train(self,...