"git@developer.sourcefind.cn:modelzoo/resnet50_tensorflow.git" did not exist on "0a1b8b832ff643eada3c2242580b1e4b24dee026"
Unverified Commit 80e9b6d0 authored by srihari-humbarwadi's avatar srihari-humbarwadi
Browse files

fixed description

parent 57557684
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
"""Contains common building blocks for neural networks.""" """Contains feature fusion blocks for panoptic segmentation models."""
from typing import Any, Callable, Dict, List, Mapping, Optional, Union from typing import Any, Callable, Dict, List, Mapping, Optional, Union
import tensorflow as tf import tensorflow as tf
......
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