export.py folder sys.path addition (#1052)

pull/869/head
PetrDvoracek 2020-10-04 17:42:05 +02:00 committed by GitHub
parent 7220cee1d1
commit d55c326dda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -9,6 +9,9 @@ import argparse
import torch
import torch.nn as nn
import sys
sys.path.append('./')
import models
from models.experimental import attempt_load
from utils.activations import Hardswish