Unverified Commit 3935a099 authored by J-shang's avatar J-shang Committed by GitHub
Browse files

fix path error (#4436)

parent 2ad69cf6
......@@ -5,7 +5,7 @@ import time
import torch
from pathlib import Path
sys.path.append(str(Path(__file__).absolute().parents[1] / 'models'))
sys.path.append(str(Path(__file__).absolute().parents[2] / 'models'))
from cifar10.vgg import VGG
from mnist.lenet import LeNet
......
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