Update README.md
This commit is contained in:
parent
25883a7ba6
commit
402bc4afca
|
@ -64,6 +64,7 @@ prediction = torch.nn.functional.interpolate(
|
||||||
mode="bicubic",
|
mode="bicubic",
|
||||||
align_corners=False,
|
align_corners=False,
|
||||||
)
|
)
|
||||||
|
```
|
||||||
|
|
||||||
# visualize the prediction
|
# visualize the prediction
|
||||||
output = prediction.squeeze().cpu().numpy()
|
output = prediction.squeeze().cpu().numpy()
|
||||||
|
|
Loading…
Reference in New Issue