Commit 26ba72bb authored by Kaushik Shivakumar's avatar Kaushik Shivakumar
Browse files

remove comment

parent 68868227
......@@ -49,7 +49,6 @@ class FakeModel(model.DetectionModel):
filters=1, kernel_size=1, strides=(1, 1), padding='valid',
kernel_initializer=tf.keras.initializers.Constant(
value=conv_weight_scalar))
#self._conv(tf.ones([1, 10, 10, 3]))
def preprocess(self, inputs):
true_image_shapes = [] # Doesn't matter for the fake model.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment