Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mkocabas committed Oct 12, 2021
1 parent bc7dc38 commit c7b25d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/spec_eval.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ def main(hparams):

logger.info(f'Hyperparameters: \n {hparams}')

hparams.DATASET.NUM_WORKERS = -1 # set this to be compatible with other machines
model = SPECTrainer(hparams=hparams).to(device)

# TRAINING.PRETRAINED_LIT points to the checkpoint files trained using this repo
Expand Down

0 comments on commit c7b25d9

Please sign in to comment.