зеркало из https://github.com/microsoft/torchgeo.git
git blame: ignore prettier reformat (#2299)
* git blame: ignore prettier reformat * Fix file that was merged during review process
This commit is contained in:
Родитель
6a5aaf4b93
Коммит
8747acafc1
|
@ -1,4 +1,6 @@
|
|||
# Double quote -> single quote
|
||||
# Prettier: double quote -> single quote
|
||||
6a5aaf4b93507072d40dcd78114893362c4eaf6e
|
||||
# Ruff: double quote -> single quote
|
||||
b09122f3e4a9cb422f6747bf33eca02993f67549
|
||||
# Prettier
|
||||
bd9c75798eede1a4b7d7ecd6203179d3cb5e54dd
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
model:
|
||||
class_path: SemanticSegmentationTask
|
||||
init_args:
|
||||
loss: "ce"
|
||||
model: "unet"
|
||||
backbone: "resnet18"
|
||||
loss: 'ce'
|
||||
model: 'unet'
|
||||
backbone: 'resnet18'
|
||||
in_channels: 3
|
||||
num_classes: 5
|
||||
num_filters: 1
|
||||
|
@ -13,4 +13,4 @@ data:
|
|||
init_args:
|
||||
batch_size: 1
|
||||
dict_kwargs:
|
||||
root: "tests/data/landcoverai"
|
||||
root: 'tests/data/landcoverai'
|
||||
|
|
Загрузка…
Ссылка в новой задаче