Datasets:
Update terramesh.py
Browse files- terramesh.py +1 -1
terramesh.py
CHANGED
|
@@ -20,13 +20,13 @@ import os
|
|
| 20 |
import io
|
| 21 |
import re
|
| 22 |
import zarr
|
|
|
|
| 23 |
import fsspec
|
| 24 |
import braceexpand
|
| 25 |
import numpy as np
|
| 26 |
import albumentations
|
| 27 |
import webdataset as wds
|
| 28 |
from collections.abc import Callable, Iterable
|
| 29 |
-
from sympy.printing.pytorch import torch
|
| 30 |
from torch.utils.data._utils.collate import default_collate
|
| 31 |
from webdataset.handlers import warn_and_continue
|
| 32 |
|
|
|
|
| 20 |
import io
|
| 21 |
import re
|
| 22 |
import zarr
|
| 23 |
+
import torch
|
| 24 |
import fsspec
|
| 25 |
import braceexpand
|
| 26 |
import numpy as np
|
| 27 |
import albumentations
|
| 28 |
import webdataset as wds
|
| 29 |
from collections.abc import Callable, Iterable
|
|
|
|
| 30 |
from torch.utils.data._utils.collate import default_collate
|
| 31 |
from webdataset.handlers import warn_and_continue
|
| 32 |
|