diff --git a/arg_extractor.py b/arg_extractor.py index 1fc23fd..ff859be 100644 --- a/arg_extractor.py +++ b/arg_extractor.py @@ -2,7 +2,6 @@ import argparse import json import os import sys -import GPUtil def str2bool(v): if v.lower() in ('yes', 'true', 't', 'y', '1'):