Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gost Project #1

Open
wants to merge 1,095 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
1095 commits
Select commit Hold shift + click to select a range
c578365
Internal change
tensorflower-gardener Jun 18, 2021
219f6f0
Internal change
xianzhidu Jun 18, 2021
be06582
Internal change
fyangf Jun 18, 2021
13adfaf
Internal change
tensorflower-gardener Jun 19, 2021
9db0267
Internal change
arashwan Jun 20, 2021
a1ab213
Internal change
vdumoulin Jun 21, 2021
f4cbc37
Internal change
xianzhidu Jun 21, 2021
662127a
Allow mask rcnn to be run with mixed precision without NaNs.
reedwm Jun 22, 2021
a964b89
Internal change
yeqingli Jun 22, 2021
0327186
Adds a video classification export module for example. The module is …
yeqingli Jun 22, 2021
6dc4ae7
Return default strategy from get_distribution_strategy when given "off".
reedwm Jun 23, 2021
8b47c48
Improve error message when certain flags are not specified.
reedwm Jun 23, 2021
4c99ab7
Internal change
vdumoulin Jun 23, 2021
169e405
Internal change
tensorflower-gardener Jun 24, 2021
7ee6089
Adds the offset argument to the supported learning rate.
yeqingli Jun 24, 2021
83ad7bd
Internal change
reedwm Jun 24, 2021
c736968
Internal change
Xhark Jun 24, 2021
50ebc68
Add model export config to RetinaNet, which optionally cast model out…
tensorflower-gardener Jun 24, 2021
88b2a35
Adds a feature to process a dictionary for `input_paths` in `DataConf…
tensorflower-gardener Jun 24, 2021
c73c012
Internal change
tensorflower-gardener Jun 25, 2021
fd505f4
Add functionality to create fake data and use that in train_test to s…
fyangf Jun 25, 2021
6e5cbee
Internal change
tensorflower-gardener Jun 25, 2021
c8a9178
Internal change
fyangf Jun 25, 2021
3d62e89
Internal change
tensorflower-gardener Jun 25, 2021
1b8ac0c
Add activation function parameters to backbone.
Hyperparticle Jun 28, 2021
97ae894
Internal change
tensorflower-gardener Jun 29, 2021
1624201
Add an identity decoder field to the volumetric_models decoder config.
tensorflower-gardener Jun 29, 2021
2e9e047
Internal change
arashwan Jun 30, 2021
d7333c8
Internal change
xianzhidu Jun 30, 2021
edc6571
Add placeholder for Adafactor optimizer.
tensorflower-gardener Jun 30, 2021
f24c95a
Internal change
xianzhidu Jun 30, 2021
eeff8d8
Internal change
arashwan Jul 1, 2021
683b1ca
Internal change
arashwan Jul 1, 2021
eb8dda4
Merge pull request #10081 from Atze00:padding_causal_convolution
tensorflower-gardener Jul 1, 2021
d4256e4
Internal change
arashwan Jul 1, 2021
cf3e3d3
Internal change
tensorflower-gardener Jul 1, 2021
b40047b
Revert causal padding until new checkpoints are trained.
Hyperparticle Jul 1, 2021
7b0dde4
Change activation/add/upsampling/identity to a keras layer form for t…
Xhark Jul 1, 2021
c1e086e
Internal change
tensorflower-gardener Jul 2, 2021
ef21dab
Remove private Keras API usage.
Hyperparticle Jul 2, 2021
c2582c3
Internal change
frederick0329 Jul 3, 2021
097a829
[nlp] Support norm_first option for Bert/Bigbird/Kernel encoders.
frederick0329 Jul 4, 2021
f504a75
[core] Remove adafactor factory test since it's not implemented which…
frederick0329 Jul 5, 2021
10b7712
Internal change
saberkun Jul 7, 2021
f3022ed
Internal change
arashwan Jul 7, 2021
a977b4e
Fix typo in TransformerEncoderBlock docstring
ppham27 Jul 8, 2021
ee5693c
Internal change
saberkun Jul 8, 2021
9499011
Internal change
tensorflower-gardener Jul 8, 2021
be3575f
With float16, always use LossScaleOptimizer.
reedwm Jul 9, 2021
1437baa
Internal change
Hyperparticle Jul 9, 2021
c6afac2
Internal change
Hyperparticle Jul 9, 2021
9a052f5
Refactor decoder factory to allow registering other decoders.
fyangf Jul 9, 2021
7aab347
[efficient] Fix is_short_seq order so that we can also apply feature …
frederick0329 Jul 10, 2021
adc12a1
Internal change
tensorflower-gardener Jul 10, 2021
9c37795
Internal change.
fyangf Jul 12, 2021
0375a63
Fix the issue when both numerator and denominator are 0, the dice sco…
fyangf Jul 12, 2021
0bea104
Add control to turn-on/off BN for segmentation head 3D.
fyangf Jul 12, 2021
0029027
[Docs] Update supported TF-Vision models to the official/README.md
saberkun Jul 13, 2021
bac4544
Internal change
tensorflower-gardener Jul 13, 2021
2afac6d
Internal change
rino20 Jul 13, 2021
552a3ba
Release example project.
fyangf Jul 13, 2021
9caaba0
[ranking] Passing `experimental_prefetch_to_device=False` option for …
tensorflower-gardener Jul 14, 2021
62466ee
Internal change
saberkun Jul 15, 2021
db5a595
Internal change
tensorflower-gardener Jul 17, 2021
d7270f4
Fix type annotation for length_normalization_fn, which should be Opti…
saberkun Jul 19, 2021
d744a7c
Internal changes.
yuanliangzhe Jul 19, 2021
485b25b
Remove unused use_normalization variable, and move tf.split into if b…
tensorflower-gardener Jul 19, 2021
60957af
Remove google-cloud-bigquery
saberkun Jul 19, 2021
e33bd18
[Ranking] Updating training scripts for ranking model.
tensorflower-gardener Jul 19, 2021
1a6f0d7
Internal change
yuanliangzhe Jul 19, 2021
70b343d
Internal change
brajiang Jul 19, 2021
1ec978a
Add FLOPs computation into run_experiment.
fyangf Jul 20, 2021
f24fc41
Internal change
frederick0329 Jul 21, 2021
b31bebc
Internal change
Hyperparticle Jul 21, 2021
31dc0f6
Copybara import of the project:
jaeyounkim Jul 22, 2021
bba6134
[NCF] Updating data preprocessing script.
tensorflower-gardener Jul 22, 2021
5d4a3b2
Internal change
xianzhidu Jul 22, 2021
d87cd5b
Remove kernel size redefinition.
Hyperparticle Jul 22, 2021
9a251ec
Internal change
xianzhidu Jul 22, 2021
6803e44
Internal change
frederick0329 Jul 23, 2021
601953a
Make register for decoders so custom decoders can be registered.
fyangf Jul 24, 2021
d3b705d
Internal change
TerenceLiu4444 Jul 24, 2021
29b4a32
Refactor multitask evaluator: consume a list of tasks and optional di…
saberkun Jul 24, 2021
79c1bad
Don't early return if the global step is not updated by `num_steps` a…
rxsang Jul 26, 2021
f5ab3be
[vision] Add yxyxtocxcyhw to box ops.
frederick0329 Jul 26, 2021
46e5452
Internal change
tensorflower-gardener Jul 27, 2021
ab87b64
Internal change
tensorflower-gardener Jul 27, 2021
b3d7c34
[vision] Add cycxhwyxyx to box ops.
frederick0329 Jul 27, 2021
8dd291f
Internal change
xianzhidu Jul 27, 2021
f52accf
Internal change
tensorflower-gardener Jul 28, 2021
353b228
Add options to train a quantization friendly model.
tensorflower-gardener Jul 28, 2021
24f28ee
SpectralNormalization: Avoid errors in export by only applying update…
tensorflower-gardener Jul 28, 2021
04ef777
Fix BLEU computation when ratio=0.0
CrickWu Jul 29, 2021
d8f713f
Internal change
xianzhidu Jul 29, 2021
940e3dd
Internal change
CrickWu Jul 29, 2021
c2f1737
Copybara import of the project:
jaeyounkim Jul 30, 2021
39e2d19
Internal change
arashwan Jul 30, 2021
45e66fd
Internal change
saberkun Aug 1, 2021
36d44db
Internal change
saberkun Aug 1, 2021
1595ce8
Internal change
tensorflower-gardener Aug 2, 2021
56b5494
Adds step consine learning rate.
yeqingli Aug 2, 2021
5983e3d
Internal change
tensorflower-gardener Aug 3, 2021
d54a309
Internal change
tensorflower-gardener Aug 3, 2021
638d482
Release README file for example project.
fyangf Aug 3, 2021
185502a
Internal change
tensorflower-gardener Aug 3, 2021
654562f
[vision] Add GIOU https://giou.stanford.edu/GIoU.pdf.
frederick0329 Aug 3, 2021
fce0d4d
Internal change
tensorflower-gardener Aug 3, 2021
db399d7
Internal change
frederick0329 Aug 3, 2021
16b400f
Internal change
tensorflower-gardener Aug 3, 2021
8b52268
Internal change
tensorflower-gardener Aug 3, 2021
f1b8051
Internal change
lehougoogle Aug 3, 2021
bb83233
Internal change
lehougoogle Aug 4, 2021
638863b
[translation] Use only layer encoder decoder for testing.
frederick0329 Aug 4, 2021
370f70b
Remove double licenses
saberkun Aug 5, 2021
46e75e8
Internal change
crisnvg Aug 5, 2021
136c168
Internal change
tensorflower-gardener Aug 5, 2021
5359a28
Update error messages of registry to make the instruction more clear.
saberkun Aug 5, 2021
3905c74
Internal change
arashwan Aug 5, 2021
6a8107f
Internal change
xianzhidu Aug 6, 2021
ccc134f
Add checkpoint items loading to the evaluator to be consistent with t…
saberkun Aug 6, 2021
2af488b
Internal change
tensorflower-gardener Aug 6, 2021
437e631
Internal change
xianzhidu Aug 7, 2021
cc0ecb4
Adds gc to reduce flakiness of base_trainer_test.
yeqingli Aug 8, 2021
4277050
Add quantization friendly mobilebert transformer layer.
tensorflower-gardener Aug 9, 2021
4d2ac2d
Internal change
arashwan Aug 9, 2021
e0c3b06
Internal change
tensorflower-gardener Aug 9, 2021
3f0ae32
Internal change
fyangf Aug 9, 2021
ea38478
Internal change
tensorflower-gardener Aug 9, 2021
7fdc29b
Internal change
xianzhidu Aug 10, 2021
6825aa3
Internal change
lehougoogle Aug 11, 2021
8cb27e4
Internal change
vdumoulin Aug 11, 2021
1f3f31f
Internal change
sagunb Aug 11, 2021
0c2f623
Internal change
tensorflower-gardener Aug 11, 2021
8bd0c97
Add a reference for annealing task sampler.
tensorflower-gardener Aug 12, 2021
008f29d
Skip MoViNet TF Lite export test.
Hyperparticle Aug 12, 2021
7a9fc98
[transformer] Add a flag to return intermediate outputs. This is need…
frederick0329 Aug 13, 2021
6bc2f34
Fix MoViNet TF Lite state init by replacing '/' with '_' in state names.
Hyperparticle Aug 17, 2021
15dddd8
Internal change
fyangf Aug 17, 2021
552d65d
Add a deprecation warning for networks.Classification.
saberkun Aug 18, 2021
5d29a2e
Initial commit to release code and models for CVRL (https://arxiv.org…
richardaecn Aug 18, 2021
5406d9c
Internal change
lehougoogle Aug 19, 2021
d6cb8b4
Internal change
richardaecn Aug 19, 2021
ee8b45f
Internal change
tensorflower-gardener Aug 19, 2021
8d6f527
Unify DataDecoder from retinanet and maskrcnn and move it into common…
fyangf Aug 23, 2021
a1681e0
Internal change
saberkun Aug 23, 2021
73ff897
Open source SpineNet configs with DeepMAC Mask R-CNN.
tensorflower-gardener Aug 23, 2021
9b26cfa
Update DeepMAC Mask R-CNN readme with config name.
tensorflower-gardener Aug 23, 2021
ea67978
Remove --gen_report flag.
MarkDaoust Aug 24, 2021
ba1f771
Preprocessing scripts for the Criteo dataset.
tensorflower-gardener Aug 25, 2021
aaae2a9
Internal change
tensorflower-gardener Aug 25, 2021
3a8caa9
Internal change
tensorflower-gardener Aug 25, 2021
6599667
#TF-NLP #Funnel-Transformer Initial check-in of the Funnel Transforme…
CrickWu Aug 25, 2021
1d52349
Internal change
saberkun Aug 25, 2021
aa71d61
Internal change
tensorflower-gardener Aug 26, 2021
c523def
Add random_crop with boxes and labels and tests
tensorflower-gardener Aug 26, 2021
d544a3d
Internal change
tensorflower-gardener Aug 27, 2021
f8d6931
Internal change
saberkun Aug 27, 2021
14f82a3
Internal change
tensorflower-gardener Aug 27, 2021
3e23aae
Internal change
CrickWu Aug 27, 2021
7a0b15d
Update model graden readme.
saberkun Aug 28, 2021
e73a2d0
Internal change
tensorflower-gardener Aug 30, 2021
5d69a79
Internal change
fyangf Aug 30, 2021
b8a51be
Implement TFLite conversion to convert a SavedModel to TFLite with PTQ.
fyangf Aug 30, 2021
5e5cdec
Internal change
tensorflower-gardener Aug 31, 2021
a34a571
Internal change
tensorflower-gardener Aug 31, 2021
a5b1cfb
Internal change
tensorflower-gardener Aug 31, 2021
c357830
Internal change
xianzhidu Aug 31, 2021
6da26be
Internal change.
fyangf Aug 31, 2021
2584c1e
Merge pull request #10226 from shumink:master
tensorflower-gardener Sep 1, 2021
de1d742
Merge pull request #10230 from srihari-humbarwadi:master
tensorflower-gardener Sep 2, 2021
609a5b5
Internal change
tensorflower-gardener Sep 2, 2021
8ceeb6b
Internal change
ishark Sep 3, 2021
f82ff3b
Copybara import of the project:
arashwan Sep 3, 2021
48bc47c
Merge pull request #10072 from gunho1123:master
tensorflower-gardener Sep 3, 2021
d991ac0
Internal change
tensorflower-gardener Sep 3, 2021
9f67b08
Internal change
xianzhidu Sep 3, 2021
4d4cd37
Internal change
xianzhidu Sep 3, 2021
5533375
Internal change
saberkun Sep 6, 2021
7ef4a50
Fix a bug that `loop_fns.create_tf_while_loop_fn` doesn't handle nest…
rxsang Sep 7, 2021
020dfbf
Internal change
remenberl Sep 7, 2021
8556d51
Merge pull request #10197 from PurdueDualityLab:detection_generator_pr_2
tensorflower-gardener Sep 8, 2021
6f65e64
Don't require image/source_id feature if regenerate_source_id is set.
tensorflower-gardener Sep 8, 2021
2de035c
Internal change
remenberl Sep 9, 2021
e4f2edf
Internal change
xianzhidu Sep 9, 2021
a173db6
Internal change
lehougoogle Sep 10, 2021
d3d4177
Internal change
tensorflower-gardener Sep 10, 2021
5b99c99
Internal change
tensorflower-gardener Sep 10, 2021
f8418c2
Internal change
tensorflower-gardener Sep 10, 2021
77a275b
Internal change
saberkun Sep 12, 2021
d983b7d
Remove duplicate registration of Vision>EfficientNet
yeqingli Sep 13, 2021
6a4c088
Merge pull request #10251 from PurdueDualityLab:loss_fn_pr
tensorflower-gardener Sep 14, 2021
6eeac23
Merge pull request #10225 from srihari-humbarwadi:coco_tfrecords
tensorflower-gardener Sep 14, 2021
b353754
Internal change
saberkun Sep 15, 2021
5571e9b
Internal change
remenberl Sep 15, 2021
b541637
Internal change
tensorflower-gardener Sep 16, 2021
42ad9d5
Merge pull request #10227 from sigeisler:master
tensorflower-gardener Sep 16, 2021
c67d2c0
Internal change
arashwan Sep 16, 2021
605329f
[Cleanup] Remove unnecessary public method in the exp_factory.py
saberkun Sep 17, 2021
1dc1271
Internal change
crisnvg Sep 17, 2021
3183fd0
Internal change
xianzhidu Sep 17, 2021
8897083
Copy SpineNet-143 from Cloud TPU into TF-Vision.
tensorflower-gardener Sep 17, 2021
a6b0c05
Internal change
tensorflower-gardener Sep 17, 2021
fd499ca
Internal change
tensorflower-gardener Sep 18, 2021
615f12c
Update docs to use tf_model_garden GCS bucket
saberkun Sep 19, 2021
418903b
Internal change
saberkun Sep 20, 2021
abc4fc0
Publish new albert checkpoints and put tf-hub modules in the same for…
saberkun Sep 20, 2021
dbe3927
Internal change
xianzhidu Sep 20, 2021
7f69eb3
Internal change
tensorflower-gardener Sep 20, 2021
5bf90fb
Internal change
frederick0329 Sep 20, 2021
d012b23
Internal change
tensorflower-gardener Sep 20, 2021
b6baa76
Internal change
tensorflower-gardener Sep 20, 2021
ce59424
Internal change
fyangf Sep 21, 2021
2a8a625
Internal change
yeqingli Sep 21, 2021
b6fbd2d
Internal change
xianzhidu Sep 22, 2021
6ca5ac9
[docs] Update config doc strings to help users understand how it will…
frederick0329 Sep 22, 2021
c5ae411
Internal change
tensorflower-gardener Sep 23, 2021
b63376e
Internal change
rchen152 Sep 24, 2021
71ab0c3
Internal change
rchen152 Sep 24, 2021
3dce64d
Internal change
ziyeqinghan Sep 24, 2021
c72ec9d
Internal change
tensorflower-gardener Sep 24, 2021
61f2bad
Internal change
saberkun Sep 24, 2021
5200753
Fix https://github.com/tensorflow/models/issues/10271
saberkun Sep 27, 2021
3191a9a
Internal change
tensorflower-gardener Sep 28, 2021
4f14379
Merge pull request #10263 from PurdueDualityLab:dataload_pr
tensorflower-gardener Sep 28, 2021
960a1d7
Internal change
xianzhidu Sep 28, 2021
51466ed
Removes the unused comment.
yeqingli Sep 28, 2021
506b031
Merge pull request #10203 from srihari-humbarwadi:panoptic-segmentation
tensorflower-gardener Sep 28, 2021
f1f0585
Internal change
tensorflower-gardener Sep 29, 2021
f52a31d
Internal change
rchen152 Sep 29, 2021
d77f3ab
Internal change
fyangf Sep 29, 2021
6649ebd
Internal change
tensorflower-gardener Sep 29, 2021
9a1b54c
Internal change
sganeshb Sep 30, 2021
c68dbef
Internal change
remenberl Oct 2, 2021
c67aad5
Support None num_boxes and refactor serving.
tensorflower-gardener Oct 4, 2021
06b2d7d
Refactor Mask RCNN export module and enable image+box model for DeepM…
tensorflower-gardener Oct 4, 2021
0aba91f
Internal change
CrickWu Oct 4, 2021
0343238
Copybara import of the project:
jaeyounkim Oct 4, 2021
a3d0e3c
Internal change
remenberl Oct 5, 2021
09bfffe
Internal change
tensorflower-gardener Oct 6, 2021
81ab461
[teams] Add __init__.py for external packaging
frederick0329 Oct 7, 2021
03c096a
Create init files for external importing.
tensorflower-gardener Oct 7, 2021
002b424
[keras_nlp] Merge keras_nlp into tf_nlp.
frederick0329 Oct 7, 2021
0b8291c
[tfnlp] Remove extra import in __init__.py.
frederick0329 Oct 8, 2021
8bfa4d0
Merge BertEncoderV2 and BertEncoder.
saberkun Oct 8, 2021
e935584
Internal change
tensorflower-gardener Oct 8, 2021
dc7a68e
Internal change
frederick0329 Oct 9, 2021
96aff5f
Internal change
frederick0329 Oct 9, 2021
c303344
Internal change
frederick0329 Oct 9, 2021
ca43147
Moves the YT8M folder.
yeqingli Oct 11, 2021
b261ebb
Merge pull request #10286 from PurdueDualityLab:task_pr
tensorflower-gardener Oct 11, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Create init files for external importing.
PiperOrigin-RevId: 401572899
  • Loading branch information
tensorflower-gardener committed Oct 7, 2021
commit 03c096ab301c51595734ff4f5608cf5f3ffbbfca
14 changes: 14 additions & 0 deletions official/vision/beta/projects/deepmac_maskrcnn/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Copyright 2021 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.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

14 changes: 14 additions & 0 deletions official/vision/beta/projects/deepmac_maskrcnn/common/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Copyright 2021 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.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

14 changes: 14 additions & 0 deletions official/vision/beta/projects/deepmac_maskrcnn/configs/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Copyright 2021 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.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Copyright 2021 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.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Copyright 2021 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.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

14 changes: 14 additions & 0 deletions official/vision/beta/projects/deepmac_maskrcnn/serving/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Copyright 2021 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.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

14 changes: 14 additions & 0 deletions official/vision/beta/projects/deepmac_maskrcnn/tasks/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Copyright 2021 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.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.