Update README.md
Browse filesadding inference speed and model size
README.md
CHANGED
@@ -159,9 +159,16 @@ The interpolation transformed the CERRA dataset to match the regular grid struct
|
|
159 |
|
160 |
### Speeds, Sizes, Times
|
161 |
|
162 |
-
|
163 |
|
164 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
165 |
|
166 |
# Evaluation
|
167 |
|
|
|
159 |
|
160 |
### Speeds, Sizes, Times
|
161 |
|
162 |
+
- Training time:
|
163 |
|
164 |
+
- Model size: The ConvSwin2SR model is a robust machine learning model boasting a total of 12,383,377 parameters.
|
165 |
+
This size reflects a substantial capacity for learning and generalizing complex relationships within the data, enabling the model to
|
166 |
+
effectively upscale lower-resolution reanalysis grids to higher-resolution versions.
|
167 |
+
|
168 |
+
- Inference speed: The ConvSwin2SR model demonstrates a commendable inference speed, particularly when handling a substantial batch of samples.
|
169 |
+
Specifically, when tasked with downscaling 248 samples, which is synonymous with processing data for an entire month at 3-hour intervals,
|
170 |
+
the model completes the operation in a mere 21 seconds. This level of efficiency is observed in a local computing environment outfitted with 16GB o
|
171 |
+
f RAM and 4GB of GPU memory.
|
172 |
|
173 |
# Evaluation
|
174 |
|