Update train.py

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

View File

@ -2,7 +2,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