added rba-pinn (#308)
* added rba-pinn * changes to loss logger * tests * doc --------- Co-authored-by: Monthly Tag bot <mtbot@noreply.github.com> Co-authored-by: Nicola Demo <demo.nicola@gmail.com>
This commit is contained in:
2
setup.py
2
setup.py
@@ -15,7 +15,7 @@ VERSION = meta['__version__']
|
||||
KEYWORDS = 'machine-learning deep-learning modeling pytorch ode neural-networks differential-equations pde hacktoberfest pinn physics-informed physics-informed-neural-networks neural-operators equation-learning lightining'
|
||||
|
||||
REQUIRED = [
|
||||
'numpy', 'matplotlib', 'torch', 'lightning', 'pytorch_lightning'
|
||||
'numpy<2.0', 'matplotlib', 'torch', 'lightning', 'pytorch_lightning'
|
||||
]
|
||||
|
||||
EXTRAS = {
|
||||
|
||||
Reference in New Issue
Block a user