Project 'biosignal/software/mednet' was moved to 'medai/software/mednet'. Please update any links and bookmarks that may still have the old path.
Moved code to lightning
1 unresolved thread
1 unresolved thread
Compare changes
Files
6- Daniel CARRON authored
As the criterion is not part of the model but instead a hyperparameter due to the use of configuration files, it is not moved to the GPU if selected as a device. We therefore manually move the criterion to the proper device, which is bad practice when using lightning but works.
+ 7
− 0
@@ -60,6 +60,8 @@ class Alexnet(pl.LightningModule):
@@ -75,6 +77,11 @@ class Alexnet(pl.LightningModule):