FeTS-AI / Algorithms

This repo contains the model architectures to be used in the OpenFL backend.
Other
7 stars 11 forks source link

Import errors while running /fets/bin/brainmage_validation_scores_to_disk.py script #77

Open msimhaqs opened 1 year ago

msimhaqs commented 1 year ago

Describe the bug Getting several import errors('hash_string', 'load_legacy_model_protobuf', 'tensor_proto_to_numpy_array', 'ExtraModelInfo') while running the brainmage_validation_outputs_to_disk.py script .

Expected behavior To get the outputs by the FeTS final consensus model as described in the paper.

FeTS Version Version information is found on Help > About

Desktop (please complete the following information):

Additional context I tried to run the 'brainmage_validation_outputs_to_disk.py' script but got the import error: "cannot import name 'hash_string' from 'openfl' ". Then tried to run the script without the 'hash_string' but got other import errors as mentioned above which I couldn't resolve.

sarthakpati commented 1 year ago

Hi,

Thank you for your interest in FeTS! Have you tried running the standalone FeTS tool by itself?