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.