diff --git a/_toc.yml b/_toc.yml index 9800da9..7539a62 100644 --- a/_toc.yml +++ b/_toc.yml @@ -47,9 +47,6 @@ parts: chapters: - file: reinflearn-intro.md - file: reinflearn-code.ipynb -- caption: Graph Networks - chapters: - - file: graphs.md - caption: Improved Gradients chapters: - file: physgrad.md @@ -63,8 +60,8 @@ parts: chapters: - file: others-intro.md - file: others-timeseries.md - - file: others-GANs.md - file: others-lagrangian.md + - file: others-GANs.md - caption: End Matter chapters: - file: outlook.md diff --git a/diffphys-code-sol.ipynb b/diffphys-code-sol.ipynb index cee26b1..14bab67 100644 --- a/diffphys-code-sol.ipynb +++ b/diffphys-code-sol.ipynb @@ -673,11 +673,11 @@ " input = torch.tensor(input_cpu, dtype=torch.float32).to(device);\n", "/tmp/ipykernel_774262/4154370188.py:8: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor).\n", " targets = torch.tensor(targets_cpu, dtype=torch.float32).to(device)\n", - "/home/thuerey/anaconda3/envs/torch24/lib/python3.12/site-packages/phiml/math/_optimize.py:631: UserWarning: Possible rank deficiency detected. Matrix might be singular which can lead to convergence problems. Please specify using Solve(rank_deficiency=...).\n", + "anaconda3/envs/torch24/lib/python3.12/site-packages/phiml/math/_optimize.py:631: UserWarning: Possible rank deficiency detected. Matrix might be singular which can lead to convergence problems. Please specify using Solve(rank_deficiency=...).\n", " warnings.warn(\"Possible rank deficiency detected. Matrix might be singular which can lead to convergence problems. Please specify using Solve(rank_deficiency=...).\")\n", - "/home/thuerey/anaconda3/envs/torch24/lib/python3.12/site-packages/phiml/backend/torch/_torch_backend.py:803: UserWarning: Sparse CSR tensor support is in beta state. If you miss a functionality in the sparse tensor support, please submit a feature request to https://github.com/pytorch/pytorch/issues. (Triggered internally at ../aten/src/ATen/SparseCsrTensorImpl.cpp:53.)\n", + "anaconda3/envs/torch24/lib/python3.12/site-packages/phiml/backend/torch/_torch_backend.py:803: UserWarning: Sparse CSR tensor support is in beta state. If you miss a functionality in the sparse tensor support, please submit a feature request to https://github.com/pytorch/pytorch/issues. (Triggered internally at ../aten/src/ATen/SparseCsrTensorImpl.cpp:53.)\n", " return torch.sparse_csr_tensor(row_pointers, column_indices, values, shape, device=values.device)\n", - "/home/thuerey/anaconda3/envs/torch24/lib/python3.12/site-packages/phiml/math/_optimize.py:631: UserWarning: Possible rank deficiency detected. Matrix might be singular which can lead to convergence problems. Please specify using Solve(rank_deficiency=...).\n", + "anaconda3/envs/torch24/lib/python3.12/site-packages/phiml/math/_optimize.py:631: UserWarning: Possible rank deficiency detected. Matrix might be singular which can lead to convergence problems. Please specify using Solve(rank_deficiency=...).\n", " warnings.warn(\"Possible rank deficiency detected. Matrix might be singular which can lead to convergence problems. Please specify using Solve(rank_deficiency=...).\")\n", "loss 15.62617: 0%| | 1/4960 [00:12<16:36:58, 12.06s/it]/tmp/ipykernel_774262/4154370188.py:7: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor).\n", " input = torch.tensor(input_cpu, dtype=torch.float32).to(device);\n", @@ -922,9 +922,9 @@ "name": "stderr", "output_type": "stream", "text": [ - "Sim. only: 0%| | 0/100 [00:00