Skip to content

Commit

Permalink
Fixed issue with hard coded path.
Browse files Browse the repository at this point in the history
  • Loading branch information
clessig authored Apr 13, 2024
1 parent c680d90 commit bf8628d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion atmorep/core/evaluator.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def evaluate( mode, model_id, args = {}, model_epoch=-2) :
print( 'Running Evaluate.evaluate with mode =', mode)

cf.num_loader_workers = cf.loader_num_workers
cf.data_dir = './data/'
cf.data_dir = config.path_data

func = getattr( Evaluator, mode)
func( cf, model_id, model_epoch, devices, args)
Expand Down

0 comments on commit bf8628d

Please sign in to comment.