-
Notifications
You must be signed in to change notification settings - Fork 386
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add LoveDADataModule to the trainer tests (#966)
* Add loveda to trainer tests * Delete direct loveda datamodule test * Ignoring deprecation warning for lightning * Remove ignore * test -> predict * Fix typo * Add comment explaining mismatch * More coverage Co-authored-by: Adam J. Stewart <[email protected]>
- Loading branch information
1 parent
9481fbc
commit 867a3bc
Showing
5 changed files
with
35 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
experiment: | ||
task: "loveda" | ||
module: | ||
loss: "ce" | ||
model: "unet" | ||
backbone: "resnet18" | ||
weights: null | ||
learning_rate: 1e-3 | ||
learning_rate_schedule_patience: 6 | ||
verbose: false | ||
in_channels: 3 | ||
num_classes: 8 | ||
num_filters: 1 | ||
ignore_index: null | ||
datamodule: | ||
root: "tests/data/loveda" | ||
download: true | ||
batch_size: 1 | ||
num_workers: 0 |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters