mirror of
https://github.com/sbrl/research-rainfallradar
synced 2024-11-21 17:03:00 +00:00
switch to a smaller ConvNeXt
This commit is contained in:
parent
e1ad16a213
commit
e72d3991b8
1 changed files with 1 additions and 0 deletions
|
@ -67,6 +67,7 @@ def make_encoderonly(windowsize, channels, encoder="convnext", water_bins=2, **k
|
|||
input_shape=(windowsize, windowsize, channels),
|
||||
num_classes=water_bins,
|
||||
downsample_at_start=False,
|
||||
arch_name="convnext_xtiny",
|
||||
**kwargs
|
||||
)
|
||||
elif encoder == "resnet":
|
||||
|
|
Loading…
Reference in a new issue