We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06a85aa commit 4b423b7Copy full SHA for 4b423b7
examples/models/mobilenet_v2/model.py
@@ -59,6 +59,7 @@ def get_example_inputs(self):
59
input_batch = (input_batch,)
60
return input_batch
61
62
+
63
class MV2UntrainedModel(EagerModelBase):
64
def __init__(self):
65
pass
0 commit comments