소스 검색

remove debug messages

justheuristic 4 년 전
부모
커밋
fedd228f8e
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      examples/albert/run_training_monitor.py

+ 0 - 1
examples/albert/run_training_monitor.py

@@ -20,7 +20,6 @@ from arguments import AveragerArguments, BaseTrainingArguments, CollaborativeOpt
 
 logger = logging.getLogger(__name__)
 
-from run_trainer import analyze_openfiles_periodically
 
 @dataclass
 class TrainingMonitorArguments(BaseTrainingArguments):