PVNet 5.0.16__py3-none-any.whl → 5.0.18__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pvnet/models/late_fusion/encoders/encoders3d.py +2 -1
- {pvnet-5.0.16.dist-info → pvnet-5.0.18.dist-info}/METADATA +1 -1
- {pvnet-5.0.16.dist-info → pvnet-5.0.18.dist-info}/RECORD +6 -6
- {pvnet-5.0.16.dist-info → pvnet-5.0.18.dist-info}/WHEEL +0 -0
- {pvnet-5.0.16.dist-info → pvnet-5.0.18.dist-info}/licenses/LICENSE +0 -0
- {pvnet-5.0.16.dist-info → pvnet-5.0.18.dist-info}/top_level.txt +0 -0
|
@@ -24,7 +24,7 @@ class DefaultPVNet(AbstractNWPSatelliteEncoder):
|
|
|
24
24
|
fc_features: int = 128,
|
|
25
25
|
spatial_kernel_size: int = 3,
|
|
26
26
|
temporal_kernel_size: int = 3,
|
|
27
|
-
padding: int | tuple[int] = (1, 0, 0),
|
|
27
|
+
padding: int | tuple[int, ...] = (1, 0, 0),
|
|
28
28
|
):
|
|
29
29
|
"""This is the original encoding module used in PVNet, with a few minor tweaks.
|
|
30
30
|
|
|
@@ -41,6 +41,7 @@ class DefaultPVNet(AbstractNWPSatelliteEncoder):
|
|
|
41
41
|
padding: The padding used in the conv3d layers. If an int, the same padding
|
|
42
42
|
is used in all dimensions
|
|
43
43
|
"""
|
|
44
|
+
|
|
44
45
|
super().__init__(sequence_length, image_size_pixels, in_channels, out_features)
|
|
45
46
|
|
|
46
47
|
if isinstance(padding, int):
|
|
@@ -14,7 +14,7 @@ pvnet/models/late_fusion/basic_blocks.py,sha256=_cYGVyAIyEJS4wd-DEAXQXu0br66guZJ
|
|
|
14
14
|
pvnet/models/late_fusion/late_fusion.py,sha256=VpP1aY646iO-JBlYkyoBlj0Z-gzsqaHnMgpNzjTqAIo,15735
|
|
15
15
|
pvnet/models/late_fusion/encoders/__init__.py,sha256=bLBQdnCeLYhwISW0t88ZZBz-ebS94m7ZwBcsofWMHR4,51
|
|
16
16
|
pvnet/models/late_fusion/encoders/basic_blocks.py,sha256=DGkFFIZv4S4FLTaAIOrAngAFBpgZQHfkGM4dzezZLk4,3044
|
|
17
|
-
pvnet/models/late_fusion/encoders/encoders3d.py,sha256=
|
|
17
|
+
pvnet/models/late_fusion/encoders/encoders3d.py,sha256=V6yMQp9CANiJi1Km4Y0nVT7IQMrBSNCPjJdxgg5TSj4,6651
|
|
18
18
|
pvnet/models/late_fusion/linear_networks/__init__.py,sha256=16dLdGfH4QWNrI1fUB-cXWx24lArqo2lWIjdUCWbcBY,96
|
|
19
19
|
pvnet/models/late_fusion/linear_networks/basic_blocks.py,sha256=RnwdeuX_-itY4ncM0NphZ5gRSOpogo7927XIlZJ9LM0,2787
|
|
20
20
|
pvnet/models/late_fusion/linear_networks/networks.py,sha256=exEIz_Z85f8nSwcvp4wqiiLECEAg9YbkKhSZJvFy75M,2231
|
|
@@ -25,8 +25,8 @@ pvnet/training/__init__.py,sha256=FKxmPZ59Vuj5_mXomN4saJ3En5M-aDMxSs6OttTQOcg,49
|
|
|
25
25
|
pvnet/training/lightning_module.py,sha256=TkvLtOPswRtTIwcmAvNOSHg2RvIMzHsJVvs_d0xiRmQ,12891
|
|
26
26
|
pvnet/training/plots.py,sha256=4xID7TBA4IazaARaCN5AoG5fFPJF1wIprn0y6I0C31c,2469
|
|
27
27
|
pvnet/training/train.py,sha256=1tDA34ianCRfilS0yEeIpR9nsQWaJiiZfTD2qRUmgEc,5214
|
|
28
|
-
pvnet-5.0.
|
|
29
|
-
pvnet-5.0.
|
|
30
|
-
pvnet-5.0.
|
|
31
|
-
pvnet-5.0.
|
|
32
|
-
pvnet-5.0.
|
|
28
|
+
pvnet-5.0.18.dist-info/licenses/LICENSE,sha256=tKUnlSmcLBWMJWkHx3UjZGdrjs9LidGwLo0jsBUBAwU,1077
|
|
29
|
+
pvnet-5.0.18.dist-info/METADATA,sha256=CrpXj4Jdur58R0HpYPnH4oBCEeZvgCiJjkLe-WrX_sk,18017
|
|
30
|
+
pvnet-5.0.18.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
31
|
+
pvnet-5.0.18.dist-info/top_level.txt,sha256=4mg6WjeW05SR7pg3-Q4JRE2yAoutHYpspOsiUzYVNv0,6
|
|
32
|
+
pvnet-5.0.18.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|