Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gykovacs committed Dec 18, 2023
1 parent 07bbb3e commit cfd32a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/development/034-test-regularization.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,6 @@ def do_job(job, description):

results = Parallel(n_jobs=3)(delayed(do_job)(*x) for x in tqdm.tqdm(job_generator(data_loader)))

with open(f'{dataset['name']}-reg.pickle', 'wb') as file:
with open(f'{dataset["name"]}-reg.pickle', 'wb') as file:
pickle.dump(results, file)

0 comments on commit cfd32a4

Please sign in to comment.