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

Sync fails if one of the experiments has an 'Unhandled non-native value' #28

Open
mehreenbashir opened this issue Nov 20, 2024 · 0 comments

Comments

@mehreenbashir
Copy link

I'm getting below error for one of the experiments while running the aimlflow sync command with mlfow tracking uri for remote Mlflow. The sync fails and the remaning runs and experiments are not synced.
It would be helpful to skip over that run/experiment whose one of the runs/experiments has some value which is not handled, and still carry on with syncing the rest of the runs/experiments.

This is the error:
File "/usr/local/lib/python3.9/site-packages/aim/storage/treeutils_non_native.py", line 29, in convert_to_native_object
raise TypeError(f'Unhandled non-native value {obj} of type {type(obj)}.')
TypeError: Unhandled non-native value {'sex', 'self_reported_ethnicity', 'geneformer', 'scvi', 'tissue', 'assay', 'development_stage', 'disease', 'cell_type', 'scgpt'} of type <class 'set'>.

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