"git@developer.sourcefind.cn:OpenDAS/ollama.git" did not exist on "4d4463b2bd5443adc5e86943132ee727550f09b7"
Unverified Commit 090c7149 authored by Darien Schettler's avatar Darien Schettler Committed by GitHub
Browse files

Fix typo in retinanet_model.py

supportted --> supported
parent e6017471
......@@ -57,7 +57,7 @@ class RetinanetModel(base_model.Model):
params.postprocess)
self._transpose_input = params.train.transpose_input
assert not self._transpose_input, 'Transpose input is not supportted.'
assert not self._transpose_input, 'Transpose input is not supported.'
# Input layer.
input_shape = (
params.retinanet_parser.output_size +
......
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