carlosgomes98
commited on
Commit
•
220f62f
1
Parent(s):
f0220fc
Pretrained in EncoderDecoder
Browse files
sen1floods11_Prithvi_100M.py
CHANGED
@@ -224,9 +224,9 @@ ce_weights = [0.3, 0.7]
|
|
224 |
model = dict(
|
225 |
type="TemporalEncoderDecoder",
|
226 |
frozen_backbone=False,
|
|
|
227 |
backbone=dict(
|
228 |
type="TemporalViTEncoder",
|
229 |
-
pretrained=pretrained_weights_path,
|
230 |
img_size=img_size,
|
231 |
patch_size=patch_size,
|
232 |
num_frames=num_frames,
|
|
|
224 |
model = dict(
|
225 |
type="TemporalEncoderDecoder",
|
226 |
frozen_backbone=False,
|
227 |
+
pretrained=pretrained_weights_path,
|
228 |
backbone=dict(
|
229 |
type="TemporalViTEncoder",
|
|
|
230 |
img_size=img_size,
|
231 |
patch_size=patch_size,
|
232 |
num_frames=num_frames,
|