openfl icon indicating copy to clipboard operation
openfl copied to clipboard

Fix Lint Errors: Remove ModelHeader and TensorProto in experimental protocols

Open psfoley opened this issue 1 year ago • 0 comments

./openfl/experimental/protocols/utils.py:46:20: F821 undefined name 'ModelHeader' model_header = ModelHeader( ^ ./openfl/experimental/protocols/utils.py:77:13: F821 undefined name 'TensorProto' TensorProto( ^

psfoley avatar Jun 06 '24 15:06 psfoley