Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fine tuning parameter error #89

Open
nataliekoh opened this issue Nov 29, 2022 · 0 comments
Open

Fine tuning parameter error #89

nataliekoh opened this issue Nov 29, 2022 · 0 comments

Comments

@nataliekoh
Copy link

Hi Jerome,

I am running into an error running a modified version of examples/GoogleColab_example_Ophys__Finetuning_and_Inference_Workshop.ipynb where I've specified the following parameters:
finetuning_params["use_multiprocessing"] = False
finetuning_params["caching_validation"] = False

The error I get is:

finetuning_obj = FineTuning(input_data=args, args=[])
File "C:\Users---.conda\envs\di\lib\site-packages\argschema\argschema_parser.py", line 175, in init
result = self.load_schema_with_defaults(self.schema, args)
File "C:\Users---.conda\envs\di\lib\site-packages\argschema\argschema_parser.py", line 276, in load_schema_with_defaults
result = utils.load(schema, args)
File "C:\Users---.conda\envs\di\lib\site-packages\argschema\utils.py", line 418, in load
results = schema.load(d)
File "C:\Users---.conda\envs\di\lib\site-packages\marshmallow\schema.py", line 707, in load
postprocess=True,
File "C:\Users---.conda\envs\di\lib\site-packages\marshmallow\schema.py", line 867, in _do_load
raise exc
marshmallow.exceptions.ValidationError: {'finetuning_params': {'use_multiprocessing': ['Unknown field.']}}

Any idea why this might be happening?

Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant