Skip to content

Commit

Permalink
Merge pull request #28 from clessig/iluise/head
Browse files Browse the repository at this point in the history
main and develop are protected. this MR is needed to solve a merging conflicts between the two
  • Loading branch information
clessig authored Aug 12, 2024
2 parents db4d77f + f38ddc5 commit e3412a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions atmorep/core/evaluator.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ def evaluate( mode, model_id, file_path, args = {}, model_epoch=-2) :
setup_wandb( cf.with_wandb, cf, par_rank, '', mode='offline')
if 0 == cf.par_rank :
print( 'Running Evaluate.evaluate with mode =', mode)
# if not hasattr( cf, 'num_loader_workers'):

# if not hasattr( cf, 'num_loader_workers'):
cf.num_loader_workers = 12 #cf.loader_num_workers
cf.rng_seed = None

Expand Down

0 comments on commit e3412a6

Please sign in to comment.