Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ModelZoo
ResNet50_tensorflow
Commits
d7511194
Unverified
Commit
d7511194
authored
Jan 22, 2022
by
Srihari Humbarwadi
Committed by
GitHub
Jan 22, 2022
Browse files
Merge branch 'tensorflow:master' into panoptic-deeplab-modeling
parents
2ad1ec15
ab8b8012
Changes
1000
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
21 additions
and
21 deletions
+21
-21
official/vision/beta/ops/nms.py
official/vision/beta/ops/nms.py
+1
-1
official/vision/beta/ops/preprocess_ops.py
official/vision/beta/ops/preprocess_ops.py
+1
-1
official/vision/beta/ops/preprocess_ops_3d.py
official/vision/beta/ops/preprocess_ops_3d.py
+1
-1
official/vision/beta/ops/preprocess_ops_3d_test.py
official/vision/beta/ops/preprocess_ops_3d_test.py
+1
-1
official/vision/beta/ops/preprocess_ops_test.py
official/vision/beta/ops/preprocess_ops_test.py
+1
-1
official/vision/beta/ops/sampling_ops.py
official/vision/beta/ops/sampling_ops.py
+1
-1
official/vision/beta/ops/spatial_transform_ops.py
official/vision/beta/ops/spatial_transform_ops.py
+1
-1
official/vision/beta/ops/target_gather.py
official/vision/beta/ops/target_gather.py
+1
-1
official/vision/beta/ops/target_gather_test.py
official/vision/beta/ops/target_gather_test.py
+1
-1
official/vision/beta/projects/__init__.py
official/vision/beta/projects/__init__.py
+1
-1
official/vision/beta/projects/centernet/common/registry_imports.py
...vision/beta/projects/centernet/common/registry_imports.py
+1
-1
official/vision/beta/projects/centernet/configs/__init__.py
official/vision/beta/projects/centernet/configs/__init__.py
+1
-1
official/vision/beta/projects/centernet/configs/backbones.py
official/vision/beta/projects/centernet/configs/backbones.py
+1
-1
official/vision/beta/projects/centernet/configs/centernet.py
official/vision/beta/projects/centernet/configs/centernet.py
+1
-1
official/vision/beta/projects/centernet/configs/centernet_test.py
.../vision/beta/projects/centernet/configs/centernet_test.py
+1
-1
official/vision/beta/projects/centernet/configs/experiments/coco-centernet-hourglass-tpu.yaml
...net/configs/experiments/coco-centernet-hourglass-tpu.yaml
+2
-2
official/vision/beta/projects/centernet/dataloaders/centernet_input.py
...on/beta/projects/centernet/dataloaders/centernet_input.py
+1
-1
official/vision/beta/projects/centernet/losses/centernet_losses.py
...vision/beta/projects/centernet/losses/centernet_losses.py
+1
-1
official/vision/beta/projects/centernet/losses/centernet_losses_test.py
...n/beta/projects/centernet/losses/centernet_losses_test.py
+1
-1
official/vision/beta/projects/centernet/modeling/backbones/hourglass.py
...n/beta/projects/centernet/modeling/backbones/hourglass.py
+1
-1
No files found.
Too many changes to show.
To preserve performance only
1000 of 1000+
files are displayed.
Plain diff
Email patch
official/vision/beta/ops/nms.py
View file @
d7511194
# Copyright 202
1
The TensorFlow Authors. All Rights Reserved.
# Copyright 202
2
The TensorFlow Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
official/vision/beta/ops/preprocess_ops.py
View file @
d7511194
# Copyright 202
1
The TensorFlow Authors. All Rights Reserved.
# Copyright 202
2
The TensorFlow Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
official/vision/beta/ops/preprocess_ops_3d.py
View file @
d7511194
# Copyright 202
1
The TensorFlow Authors. All Rights Reserved.
# Copyright 202
2
The TensorFlow Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
official/vision/beta/ops/preprocess_ops_3d_test.py
View file @
d7511194
# Copyright 202
1
The TensorFlow Authors. All Rights Reserved.
# Copyright 202
2
The TensorFlow Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
official/vision/beta/ops/preprocess_ops_test.py
View file @
d7511194
# Copyright 202
1
The TensorFlow Authors. All Rights Reserved.
# Copyright 202
2
The TensorFlow Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
official/vision/beta/ops/sampling_ops.py
View file @
d7511194
# Copyright 202
1
The TensorFlow Authors. All Rights Reserved.
# Copyright 202
2
The TensorFlow Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
official/vision/beta/ops/spatial_transform_ops.py
View file @
d7511194
# Copyright 202
1
The TensorFlow Authors. All Rights Reserved.
# Copyright 202
2
The TensorFlow Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
official/vision/beta/ops/target_gather.py
View file @
d7511194
# Copyright 202
1
The TensorFlow Authors. All Rights Reserved.
# Copyright 202
2
The TensorFlow Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
official/vision/beta/ops/target_gather_test.py
View file @
d7511194
# Copyright 202
1
The TensorFlow Authors. All Rights Reserved.
# Copyright 202
2
The TensorFlow Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
official/vision/beta/projects/__init__.py
View file @
d7511194
# Copyright 202
1
The TensorFlow Authors. All Rights Reserved.
# Copyright 202
2
The TensorFlow Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
official/vision/beta/projects/centernet/common/registry_imports.py
View file @
d7511194
# Copyright 202
1
The TensorFlow Authors. All Rights Reserved.
# Copyright 202
2
The TensorFlow Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
official/vision/beta/projects/centernet/configs/__init__.py
View file @
d7511194
# Copyright 202
1
The TensorFlow Authors. All Rights Reserved.
# Copyright 202
2
The TensorFlow Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
official/vision/beta/projects/centernet/configs/backbones.py
View file @
d7511194
# Copyright 202
1
The TensorFlow Authors. All Rights Reserved.
# Copyright 202
2
The TensorFlow Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
official/vision/beta/projects/centernet/configs/centernet.py
View file @
d7511194
# Copyright 202
1
The TensorFlow Authors. All Rights Reserved.
# Copyright 202
2
The TensorFlow Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
official/vision/beta/projects/centernet/configs/centernet_test.py
View file @
d7511194
# Copyright 202
1
The TensorFlow Authors. All Rights Reserved.
# Copyright 202
2
The TensorFlow Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
official/vision/beta/projects/centernet/configs/experiments/coco-centernet-hourglass-tpu.yaml
View file @
d7511194
...
...
@@ -59,11 +59,11 @@ task:
input_path
:
'
coco/val*'
drop_remainder
:
false
dtype
:
'
bfloat16'
global_batch_size
:
1
6
global_batch_size
:
6
4
is_training
:
false
trainer
:
train_steps
:
140000
validation_steps
:
78
# 5000 /
1
6
validation_steps
:
78
# 5000 / 6
4
steps_per_loop
:
924
# 118287 / 128
validation_interval
:
924
summary_interval
:
924
...
...
official/vision/beta/projects/centernet/dataloaders/centernet_input.py
View file @
d7511194
# Copyright 202
1
The TensorFlow Authors. All Rights Reserved.
# Copyright 202
2
The TensorFlow Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
official/vision/beta/projects/centernet/losses/centernet_losses.py
View file @
d7511194
# Copyright 202
1
The TensorFlow Authors. All Rights Reserved.
# Copyright 202
2
The TensorFlow Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
official/vision/beta/projects/centernet/losses/centernet_losses_test.py
View file @
d7511194
# Copyright 202
1
The TensorFlow Authors. All Rights Reserved.
# Copyright 202
2
The TensorFlow Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
official/vision/beta/projects/centernet/modeling/backbones/hourglass.py
View file @
d7511194
# Copyright 202
1
The TensorFlow Authors. All Rights Reserved.
# Copyright 202
2
The TensorFlow Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
Prev
1
…
40
41
42
43
44
45
46
47
48
…
50
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment