Skip to content

Commit

Permalink
Add use_lmdb config option.
Browse files Browse the repository at this point in the history
  • Loading branch information
knc6 committed Apr 30, 2024
1 parent 4f6f871 commit 3f7ada2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alignn/pretrained.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import zipfile
from tqdm import tqdm
from alignn.models.alignn import ALIGNN, ALIGNNConfig
from alignn.data import get_torch_dataset
from alignn.dataset import get_torch_dataset
from torch.utils.data import DataLoader
import tempfile
import torch
Expand Down

0 comments on commit 3f7ada2

Please sign in to comment.