Skip to content
Snippets Groups Projects

Making use of LightningDataModule and simplification of data loading

Merged Daniel CARRON requested to merge add-datamodule into main
All threads resolved!
Compare and Show latest version
795 files
+ 212013
18218
Compare changes
  • Side-by-side
  • Inline
Files
795
+ 16
4
@@ -4,9 +4,21 @@ Upstream-Contact: Andre Anjos <andre.anjos@idiap.ch>
Source: https://gitlab.idiap.ch/biosignal/software/ptbench
Files:
* src/ptbench/data/*/*.json
* tests/data/*.csv
* tests/data/*.json
* tests/data/*.png
.gitmodules
doc/_static/style.css
doc/_templates/*
doc/nitpick-exceptions.txt
doc/extras.inv
doc/extras.txt
doc/catalog.json
doc/usage/img/*.png
doc/results/img/*.jpg
doc/results/img/*.png
doc/results/img/*/*.jpg
src/ptbench/data/*/*.json
src/ptbench/data/*/*.json.bz2
tests/data/*.csv
tests/data/*.json
tests/data/*.png
Copyright: Copyright © 2023 Idiap Research Institute <contact@idiap.ch>
License: GPL-3.0-or-later
Loading