This repository was archived by the owner on Feb 11, 2022. It is now read-only.
Description When i import class it shows me this error
serialized_pb=_b('\n\x10\x63lassifier.proto"\xe9\x01\n\x1c\x45lementClassificationRequest\x12\x11\n\tlabelHint\x18\x01 \x01(\t\x12G\n\relementImages\x18\x02 \x03(\x0b\x32\x30.ElementClassificationRequest.ElementImagesEntry\x12\x1b\n\x13\x63onfidenceThreshold\x18\x03 \x01(\x01\x12\x1a\n\x12\x61llowWeakerMatches\x18\x04 \x01(\x08\x1a\x34\n\x12\x45lementImagesEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\x0c:\x02\x38\x01"[\n\x1b\x45lementClassificationResult\x12\r\n\x05label\x18\x01 \x01(\t\x12\x12\n\nconfidence\x18\x02 \x01(\x01\x12\x19\n\x11\x63onfidenceForHint\x18\x03 \x01(\x01"\xad\x01\n\x12\x43lassifiedElements\x12\x41\n\x0f\x63lassifications\x18\x01 \x03(\x0b\x32(.ClassifiedElements.ClassificationsEntry\x1aT\n\x14\x43lassificationsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12+\n\x05value\x18\x02 \x01(\x0b\x32\x1c.ElementClassificationResult:\x02\x38\x01\x32T\n\nClassifier\x12\x46\n\x10\x43lassifyElements\x12\x1d.ElementClassificationRequest\x1a\x13.ClassifiedElementsB\x1b\n\x19\x61i.test.classifier_clientb\x06proto3')
TypeError: init () got an unexpected keyword argument 'serialized_options'
Reactions are currently unavailable
When i import class it shows me this error
serialized_pb=_b('\n\x10\x63lassifier.proto"\xe9\x01\n\x1c\x45lementClassificationRequest\x12\x11\n\tlabelHint\x18\x01 \x01(\t\x12G\n\relementImages\x18\x02 \x03(\x0b\x32\x30.ElementClassificationRequest.ElementImagesEntry\x12\x1b\n\x13\x63onfidenceThreshold\x18\x03 \x01(\x01\x12\x1a\n\x12\x61llowWeakerMatches\x18\x04 \x01(\x08\x1a\x34\n\x12\x45lementImagesEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\x0c:\x02\x38\x01"[\n\x1b\x45lementClassificationResult\x12\r\n\x05label\x18\x01 \x01(\t\x12\x12\n\nconfidence\x18\x02 \x01(\x01\x12\x19\n\x11\x63onfidenceForHint\x18\x03 \x01(\x01"\xad\x01\n\x12\x43lassifiedElements\x12\x41\n\x0f\x63lassifications\x18\x01 \x03(\x0b\x32(.ClassifiedElements.ClassificationsEntry\x1aT\n\x14\x43lassificationsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12+\n\x05value\x18\x02 \x01(\x0b\x32\x1c.ElementClassificationResult:\x02\x38\x01\x32T\n\nClassifier\x12\x46\n\x10\x43lassifyElements\x12\x1d.ElementClassificationRequest\x1a\x13.ClassifiedElementsB\x1b\n\x19\x61i.test.classifier_clientb\x06proto3')
TypeError: init() got an unexpected keyword argument 'serialized_options'