Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -30,7 +30,9 @@ train_dataloader = datamodule.train_dataloader()
|
|
30 |
for batch in dataloader:
|
31 |
# Process training batch
|
32 |
...
|
33 |
-
|
|
|
|
|
34 |
|
35 |
**One line description of the data:** Modeling and simulation of biological active matter.
|
36 |
|
|
|
30 |
for batch in dataloader:
|
31 |
# Process training batch
|
32 |
...
|
33 |
+
```
|
34 |
+
|
35 |
+
# Active matter simulations
|
36 |
|
37 |
**One line description of the data:** Modeling and simulation of biological active matter.
|
38 |
|