Commit 8b80f8c6 authored by chenpangpang's avatar chenpangpang
Browse files

feat: 修复找不到datasets包

parent ff4f081f
...@@ -11,7 +11,7 @@ from transformers import CLIPTokenizer, CLIPTextModel ...@@ -11,7 +11,7 @@ from transformers import CLIPTokenizer, CLIPTextModel
from omegaconf import OmegaConf from omegaconf import OmegaConf
import os, sys import os, sys
sys.path.append(os.path.split(sys.path[0])[0]) sys.path.append(os.path.dirname(os.path.abspath(__file__)))
from models import get_models from models import get_models
import imageio import imageio
from PIL import Image from PIL import Image
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment