ramp-kits / autism

Data Challenge on Autism Spectrum Disorder detection
https://paris-saclay-cds.github.io/autism_challenge/
67 stars 43 forks source link

update h5py module at the server #42

Closed SaeedFarahani closed 6 years ago

SaeedFarahani commented 6 years ago

please update h5py module at the server, because I get this "training_error" and I don't know what is reason. It works at local test. I hop to solve it with update of h5py module. can you help me to solve it with some else solutions ?

image @GaelVaroquaux

kegl commented 6 years ago

This error is explained in this issue. https://github.com/ramp-kits/autism/issues/32

jorisvandenbossche commented 6 years ago

Just to be clear, this has nothing to do with h5py (what you see is only a warning), but is related to the error at the end of your log output:

absl.flags._exceptions.UnrecognizedFlagError: Unknown command line flag 'save-y-preds'

and that is explained in https://github.com/ramp-kits/autism/issues/32#issuecomment-395955406