Skip to content

Commit

Permalink
Added information print commands for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerRust-1 committed Mar 29, 2023
1 parent 1369f3a commit a6e0a32
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file added backups/requirements.txt
Binary file not shown.
2 changes: 1 addition & 1 deletion exps/cifar_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,5 @@ def parse_args():
--ema_warmup 0.1 \
--ema 0.9999 \
--diff_aug translation,cutout,color \
--load_path ./cifar_checkpoint/data/4988112816 \
--load_path ./cifar_checkpoint/archive/data.pkl \
--exp_name cifar_train")
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ numpy
einops
pillow
python-dateutil==2.7.3
torch
torch==1.7.1
torchvision
tensorboard
tensorboardX
tensorflow
tqdm==4.29.1
opencv-python
opencv-python

0 comments on commit a6e0a32

Please sign in to comment.