Skip to content

Commit

Permalink
Remove link
Browse files Browse the repository at this point in the history
  • Loading branch information
wesselb committed Aug 13, 2024
1 parent 7114cb9 commit c4e6bbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ with torch.inference_mode():
pred = model.forward(batch)
```

Predictions are also of the form :class:`aurora.Batch`.
Predictions are also of the form of `aurora.Batch`.
For example, `pred.surf_vars["2t"]` gives the predictions for two-meter temperature.

You will need approximately 40 GB of GPU memory for running the regular model on global 0.25 degree data.
Expand Down

0 comments on commit c4e6bbe

Please sign in to comment.