Alexander Borzunov 4 年 前
コミット
5ab7dcf3d0
1 ファイル変更0 行追加3 行削除
  1. 0 3
      examples/albert/run_trainer.py

+ 0 - 3
examples/albert/run_trainer.py

@@ -3,12 +3,9 @@
 import logging
 import os
 import pickle
-import threading
-import time
 from dataclasses import asdict
 from pathlib import Path
 
-import psutil
 import torch
 import transformers
 from datasets import load_from_disk