Your Name
|
54588ddf4c
|
add temporary fix to treat data input
|
2023-02-23 16:06:20 +01:00 |
|
Francesco Andreuzzi
|
7ce080fd85
|
Generic DeepONet (#68)
* generic deeponet
* example for generic deeponet
* adapt tests to new interface
|
2023-01-11 12:07:19 +01:00 |
|
Nicola Demo
|
e227700fbc
|
fix typo in README
|
2023-01-04 13:47:49 +01:00 |
|
Dario Coscia
|
9347e79287
|
Tutorial3 and 1 fix (#67)
|
2023-01-03 10:22:24 +01:00 |
|
Dario Coscia
|
53cbf3f22c
|
add train/eval
|
2022-12-28 11:18:50 +01:00 |
|
Francesco Andreuzzi
|
5c09ff626c
|
enable lr_scheduler usage
|
2022-12-28 11:17:45 +01:00 |
|
Dario Coscia
|
18c375887c
|
Update README.md
|
2022-12-22 10:09:00 +01:00 |
|
Dario Coscia
|
b3cd6d59d0
|
Tutorial 1 (#58)
|
2022-12-20 10:15:37 +01:00 |
|
Dario Coscia
|
c52ee03b53
|
solving span bugs (#57)
|
2022-12-14 13:56:10 +01:00 |
|
Nicola Demo
|
de0fd01f8a
|
Update monthly-tag.yml
|
2022-12-14 11:04:57 +01:00 |
|
Nicola Demo
|
e98bbc9c6c
|
Update monthly-tag.yml
|
2022-12-13 18:20:22 +01:00 |
|
Nicola Demo
|
2684d0fc98
|
Create monthly-tag.yml (#56)
* Create monthly-tag.yml
* Create mathlab_versioning.py
|
2022-12-13 18:10:17 +01:00 |
|
Dario Coscia
|
20f4327b27
|
lh solved (#55)
|
2022-12-12 17:00:18 +01:00 |
|
Dario Coscia
|
dbd78c9cf3
|
batch_enhancement (#51)
|
2022-12-12 11:09:20 +01:00 |
|
Francesco Andreuzzi
|
d70f5e730a
|
test on merge_tensors
|
2022-12-09 11:03:54 +01:00 |
|
Francesco Andreuzzi
|
055c1ba964
|
fix
|
2022-12-09 11:03:54 +01:00 |
|
Dario Coscia
|
43682dd4ca
|
adding new tutorial (#42)
* adding new tutorial
* Update tutorial.rst
|
2022-12-06 11:40:42 +01:00 |
|
Francesco Andreuzzi
|
20dd11d586
|
Select variables to be used as labels in _Nd_sampler (#47)
* select labels variables
|
2022-12-06 11:35:37 +01:00 |
|
Francesco Andreuzzi
|
e974801df2
|
Minor cleanup (#45)
* cleanup
* codacy
* move merge_tensors to utils.py
|
2022-12-06 11:35:04 +01:00 |
|
Francesco Andreuzzi
|
399c72fc0e
|
remove inner_size (#44)
|
2022-12-05 10:50:28 +01:00 |
|
Nicola Demo
|
b6c88bb756
|
fix codacy issues (#40)
|
2022-11-29 16:43:00 +01:00 |
|
Nicola Demo
|
e6f935842e
|
fix tutorial poisson
|
2022-11-29 15:06:42 +01:00 |
|
Nicola Demo
|
936f5e1043
|
minor fix, add few tests (#38)
|
2022-11-29 12:42:01 +01:00 |
|
Nicola Demo
|
a1e947fede
|
Fix bug in span_pts (#37)
|
2022-11-28 12:48:44 +01:00 |
|
Nicola Demo
|
18e5d235bc
|
create utils.py, method for parameters count
|
2022-11-28 12:39:28 +01:00 |
|
Dario Coscia
|
706cf3b2c6
|
docstring correction
typo correction.
|
2022-11-22 13:32:38 +01:00 |
|
RAHUL HALDER
|
2f33237323
|
Correct Tutorial 1 (#31)
|
2022-11-21 14:33:28 +01:00 |
|
Dario Coscia
|
f51e826132
|
update ReadMe (#32)
Simple Update of the Example
|
2022-11-21 14:32:34 +01:00 |
|
Dario Coscia
|
bb1efe44bc
|
full compatibility with torch models
* Network class added
* adding tests for Network class
|
2022-11-08 12:11:58 +01:00 |
|
Dario Coscia
|
a92a764844
|
Adding features to label tensor class (#29)
* adding label.setter for runtime check on labels
|
2022-11-04 17:26:05 +01:00 |
|
Nicola Demo
|
d06f28de7b
|
Delete ppinn.py
|
2022-11-02 10:45:45 +01:00 |
|
Nicola Demo
|
90f990e78b
|
Clean deeponet.py (#26)
* Clean deeponet.py
|
2022-10-27 17:54:13 +02:00 |
|
Dario Coscia
|
28421049b2
|
Span (#24)
* Changing chebyshev implementation to remove numpy dependencies
* Update span.py
|
2022-10-13 16:04:01 +02:00 |
|
Nicola Demo
|
06932196a8
|
CUDA option for labeltensor (#23)
* fix cuda device for labeltensor
|
2022-09-08 17:31:49 +02:00 |
|
Nicola Demo
|
9b2ab7be41
|
Merge pull request #22 from dario-coscia/main
Small update in _compute_error() in pinn.py
|
2022-07-21 17:02:59 +02:00 |
|
Dario Coscia
|
9c3f94d3ec
|
Update pinn.py
|
2022-07-21 16:12:21 +02:00 |
|
Nicola Demo
|
e8c2f87460
|
fix examples (#21)
|
2022-07-21 13:41:59 +02:00 |
|
Nicola Demo
|
62f203fcc3
|
Update test_operators.py
|
2022-07-20 18:07:49 +02:00 |
|
Your Name
|
d6adce507b
|
example of ODE
|
2022-07-20 18:07:49 +02:00 |
|
Your Name
|
a05adea4e3
|
minor fix
|
2022-07-20 18:07:49 +02:00 |
|
Anna Ivagnes
|
75a81af99c
|
Add logo to Readme (#19)
* add logo
|
2022-07-19 18:16:38 +02:00 |
|
Nicola Demo
|
87f202cd5d
|
Create create-release.yml
|
2022-07-11 17:53:37 +02:00 |
|
Your Name
|
88bd7948c3
|
0.0.2
|
2022-07-11 10:10:30 +01:00 |
|
Nicola Demo
|
f04eaaab40
|
Merge pull request #15 from ndem0/label_tensor
adjust LabelTensor
|
2022-07-11 10:03:50 +01:00 |
|
Your Name
|
a6363a3d5f
|
tests operators
|
2022-07-11 10:59:10 +02:00 |
|
Your Name
|
f526a26050
|
fix old codes
|
2022-07-11 10:58:15 +02:00 |
|
Nicola Demo
|
571c4414eb
|
Update README.md
nabla to delta
|
2022-06-23 11:57:08 +02:00 |
|
Nicola Demo
|
bff2f9f3fe
|
Update README.md (#17)
* fix poisson equation on readme
* delete poisson_problem.png
|
2022-06-23 11:53:50 +02:00 |
|
Your Name
|
088649e042
|
minor changes
|
2022-05-11 16:42:11 +02:00 |
|
Anna Ivagnes
|
8130912926
|
preliminary modifications for N-S
|
2022-05-05 17:12:31 +02:00 |
|