Skip to content

Commit

Permalink
[refactor] rename utils.torch_utils to utils.torch
Browse files Browse the repository at this point in the history
  • Loading branch information
tswsxk committed Aug 18, 2021
1 parent 044041a commit 0a88a59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EduKTM/DKTPlus/etl.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import torch
import json
from tqdm import tqdm
from EduKTM.utils.torch_utils import PadSequence, FixedBucketSampler
from EduKTM.utils.torch import PadSequence, FixedBucketSampler


def extract(data_src): # pragma: no cover
Expand Down

0 comments on commit 0a88a59

Please sign in to comment.