- Jun 06, 2023
-
-
Daniel CARRON authored
-
Daniel CARRON authored
-
Daniel CARRON authored
-
- Jun 05, 2023
-
-
Daniel CARRON authored
-
Daniel CARRON authored
-
Daniel CARRON authored
-
Daniel CARRON authored
-
Daniel CARRON authored
-
Daniel CARRON authored
-
Daniel CARRON authored
-
Daniel CARRON authored
-
Daniel CARRON authored
-
Daniel CARRON authored
-
Daniel CARRON authored
-
Daniel CARRON authored
-
- Jun 01, 2023
-
-
Daniel CARRON authored
-
Daniel CARRON authored
-
Daniel CARRON authored
-
Daniel CARRON authored
-
- May 31, 2023
-
-
Daniel CARRON authored
Created base class for every LightningDataModule, that can be inherited from. For each protocol, the user should create a new class inheriting from BaseDataModule and implement the setup() function, in which the dataset is defined.
-
- May 24, 2023
-
-
Daniel CARRON authored
-
Daniel CARRON authored
-
Daniel CARRON authored
DataModule is generic and not tied to a specific dataset.
-
Daniel CARRON authored
-
- May 22, 2023
-
-
Daniel CARRON authored
Moved code to lightning See merge request biosignal/software/ptbench!4
-
- May 16, 2023
-
-
Daniel CARRON authored
Tbx11k See merge request biosignal/software/ptbench!5
-
- May 15, 2023
-
-
ogueler@idiap.ch authored
-
ogueler@idiap.ch authored
-
ogueler@idiap.ch authored
-
- May 12, 2023
-
-
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.
-
Daniel CARRON authored
-
Daniel CARRON authored
-
- May 11, 2023
-
-
ogueler@idiap.ch authored
-
- May 10, 2023
-
-
ogueler@idiap.ch authored
-
ogueler@idiap.ch authored
-
ogueler@idiap.ch authored
-
ogueler@idiap.ch authored
-
ogueler@idiap.ch authored
-
ogueler@idiap.ch authored
-
Daniel CARRON authored
-