-
Notifications
You must be signed in to change notification settings - Fork 2
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
[WIP] Output using hdmf-ml schema #43
base: master
Are you sure you want to change the base?
Conversation
Correct, these are no longer used. Running UMAP (i.e |
Within
infer.py::in_memory_inference
, output using the hdmf-ml structureResultsTable
instead of into a raw HDF5 file.@ajtritt it looks like there is no longer code specific to handling the cases when
args.classify == True
orargs.umap == True
. Are these use cases no longer used?