Update train.py

This commit is contained in:
Mingshuang Luo 2021-09-29 12:56:47 +08:00 committed by GitHub
parent 34e36a926b
commit 43cf016ae5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,6 @@
import argparse import argparse
import logging import logging
import collections
from pathlib import Path from pathlib import Path
from shutil import copyfile from shutil import copyfile
from typing import Optional, Tuple, List from typing import Optional, Tuple, List