Implementation of DataLoader and DataModule (#383)
Refactoring for 0.2 * Data module, data loader and dataset * Refactor LabelTensor * Refactor solvers Co-authored-by: dario-coscia <dariocos99@gmail.com>
This commit is contained in:
committed by
Nicola Demo
parent
dd43c8304c
commit
a27bd35443
3
setup.py
3
setup.py
@@ -15,7 +15,8 @@ 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', 'torch_geometric', 'torch-cluster'
|
||||
'numpy', 'matplotlib', 'torch', 'lightning', 'torch_geometric',
|
||||
'torch-cluster', 'pytorch_lightning',
|
||||
]
|
||||
|
||||
EXTRAS = {
|
||||
|
||||
Reference in New Issue
Block a user