Reviewed DataModule design+docs+types
Compare changes
Files
3- André Anjos authored
+ 5
− 10
@@ -7,8 +7,6 @@ import torch
@@ -31,7 +29,7 @@ class Densenet(pl.LightningModule):
@@ -55,16 +53,13 @@ class Densenet(pl.LightningModule):
In this MR, I try to review the use of the data module and go further in simplifications for the whole code:
Closes #7 (closed).
TODO: