Skip to content

Commit

Permalink
remove wandb info
Browse files Browse the repository at this point in the history
  • Loading branch information
JiahangXu authored Sep 17, 2024
1 parent f7721d1 commit c0f2eb4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions SpaceEvo/downstream_cls.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@
import modules.alphanet_training.utils.loss_ops as loss_ops
from modules.alphanet_training.utils.progress import AverageMeter, ProgressMeter, accuracy

# import wandb
# wandb.login(key="b1634222b85eb1957c717d8810aac9d485e5a538")
# wandb.init(project="attentive-nas", name="fine-grained cls")


FILE_DIR = os.path.dirname(__file__)
DATASET_DOWNLOAD_DIR = os.path.join(FILE_DIR, 'datasets')
Expand Down

0 comments on commit c0f2eb4

Please sign in to comment.