Update README.md
Browse files
README.md
CHANGED
|
@@ -46,7 +46,7 @@ from super_image import EdsrModel, ImageLoader
|
|
| 46 |
import torch
|
| 47 |
|
| 48 |
# Load model
|
| 49 |
-
model = EdsrModel.from_pretrained("lschmidt/edsr-
|
| 50 |
|
| 51 |
# Load a 2-channel tensor (e.g., from a NetCDF or preprocessed image)
|
| 52 |
# Example assumes shape (1, 2, H, W)
|
|
|
|
| 46 |
import torch
|
| 47 |
|
| 48 |
# Load model
|
| 49 |
+
model = EdsrModel.from_pretrained("lschmidt/edsr-dsc", scale=4)
|
| 50 |
|
| 51 |
# Load a 2-channel tensor (e.g., from a NetCDF or preprocessed image)
|
| 52 |
# Example assumes shape (1, 2, H, W)
|