Skip to content

Commit

Permalink
Update preprocess_zzz.py
Browse files Browse the repository at this point in the history
  • Loading branch information
bfloat16 authored Jun 6, 2023
1 parent ce3092a commit 1a3545c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions prepare/preprocess_zzz.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
import os
import sys
current_dir = os.path.dirname(os.path.abspath(__file__))
parent_dir = os.path.abspath(os.path.join(current_dir, os.pardir))
sys.path.append(parent_dir)
from tqdm import tqdm
from torch.utils.data import DataLoader
from omegaconf import OmegaConf
Expand Down

0 comments on commit 1a3545c

Please sign in to comment.