Skip to content

Commit

Permalink
Merge pull request #59 from microsoft/JiahangXu-patch-1
Browse files Browse the repository at this point in the history
Remove wandb info
  • Loading branch information
Lynazhang authored Sep 17, 2024
2 parents f7721d1 + c0f2eb4 commit 348a402
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 348a402

Please sign in to comment.