optimize imports

This commit is contained in:
Glenn Jocher 2019-02-12 18:05:58 +01:00
parent 7d5878872c
commit 9706002b71
3 changed files with 4 additions and 6 deletions

View File

@ -1,7 +1,7 @@
import shutil
from pathlib import Path
import argparse
import shutil
import time
from pathlib import Path
from sys import platform
from models import *

View File

@ -1,6 +1,6 @@
import os
from collections import defaultdict
import os
import torch.nn as nn
from utils.parse_config import *

View File

@ -1,13 +1,11 @@
import argparse
import time
import test # Import test.py to get mAP after each epoch
from models import *
from utils.datasets import *
from utils.utils import *
# Import test.py to get mAP after each epoch
import test
def train(
cfg,