Closed wayangGit closed 6 years ago
There is an error when we initialize the class InceptionResnetV1Model. super(InceptionResnetV1Model, self).__init__('model', None, {}) It will show TypeError: __init__() takes exactly 1 argument (4 given)
super(InceptionResnetV1Model, self).__init__('model', None, {})
TypeError: __init__() takes exactly 1 argument (4 given)
@BrunoLopezGarcia could you take a look?
There is an error when we initialize the class InceptionResnetV1Model.
super(InceptionResnetV1Model, self).__init__('model', None, {})
It will showTypeError: __init__() takes exactly 1 argument (4 given)