Skip to content

Commit 1bbe67f

Browse files
authored
0.7 Release (#847)
* Update version and requirements * Remove nightly from release scripts * DOC: Add API docs for 0.7
1 parent 2b84e03 commit 1bbe67f

File tree

205 files changed

+49461
-7
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

205 files changed

+49461
-7
lines changed
Lines changed: 209 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,209 @@
1+
redirects:
2+
- from: /addons/api_docs/python/tfa/callbacks/time_stopping/TimeStopping
3+
to: /addons/api_docs/python/tfa/callbacks/TimeStopping
4+
- from: /addons/api_docs/python/tfa/callbacks/tqdm_progress_bar/TQDMProgressBar
5+
to: /addons/api_docs/python/tfa/callbacks/TQDMProgressBar
6+
- from: /addons/api_docs/python/tfa/image/distance_transform/euclidean_dist_transform
7+
to: /addons/api_docs/python/tfa/image/euclidean_dist_transform
8+
- from: /addons/api_docs/python/tfa/image/distort_image_ops/adjust_hsv_in_yiq
9+
to: /addons/api_docs/python/tfa/image/adjust_hsv_in_yiq
10+
- from: /addons/api_docs/python/tfa/image/distort_image_ops/random_hsv_in_yiq
11+
to: /addons/api_docs/python/tfa/image/random_hsv_in_yiq
12+
- from: /addons/api_docs/python/tfa/image/filters/mean_filter2d
13+
to: /addons/api_docs/python/tfa/image/mean_filter2d
14+
- from: /addons/api_docs/python/tfa/image/filters/median_filter2d
15+
to: /addons/api_docs/python/tfa/image/median_filter2d
16+
- from: /addons/api_docs/python/tfa/image/resampler_ops/resampler
17+
to: /addons/api_docs/python/tfa/image/resampler
18+
- from: /addons/api_docs/python/tfa/image/transform_ops/rotate
19+
to: /addons/api_docs/python/tfa/image/rotate
20+
- from: /addons/api_docs/python/tfa/image/transform_ops/transform
21+
to: /addons/api_docs/python/tfa/image/transform
22+
- from: /addons/api_docs/python/tfa/image/translate_ops/transform
23+
to: /addons/api_docs/python/tfa/image/transform
24+
- from: /addons/api_docs/python/tfa/image/translate_ops/translate
25+
to: /addons/api_docs/python/tfa/image/translate
26+
- from: /addons/api_docs/python/tfa/layers/gelu/GELU
27+
to: /addons/api_docs/python/tfa/layers/GELU
28+
- from: /addons/api_docs/python/tfa/layers/maxout/Maxout
29+
to: /addons/api_docs/python/tfa/layers/Maxout
30+
- from: /addons/api_docs/python/tfa/layers/normalizations/GroupNormalization
31+
to: /addons/api_docs/python/tfa/layers/GroupNormalization
32+
- from: /addons/api_docs/python/tfa/layers/normalizations/InstanceNormalization
33+
to: /addons/api_docs/python/tfa/layers/InstanceNormalization
34+
- from: /addons/api_docs/python/tfa/layers/optical_flow/CorrelationCost
35+
to: /addons/api_docs/python/tfa/layers/CorrelationCost
36+
- from: /addons/api_docs/python/tfa/layers/poincare/PoincareNormalize
37+
to: /addons/api_docs/python/tfa/layers/PoincareNormalize
38+
- from: /addons/api_docs/python/tfa/layers/sparsemax/Sparsemax
39+
to: /addons/api_docs/python/tfa/layers/Sparsemax
40+
- from: /addons/api_docs/python/tfa/layers/sparsemax/sparsemax
41+
to: /addons/api_docs/python/tfa/activations/sparsemax
42+
- from: /addons/api_docs/python/tfa/layers/wrappers/WeightNormalization
43+
to: /addons/api_docs/python/tfa/layers/WeightNormalization
44+
- from: /addons/api_docs/python/tfa/losses/contrastive/ContrastiveLoss
45+
to: /addons/api_docs/python/tfa/losses/ContrastiveLoss
46+
- from: /addons/api_docs/python/tfa/losses/contrastive/contrastive_loss
47+
to: /addons/api_docs/python/tfa/losses/contrastive_loss
48+
- from: /addons/api_docs/python/tfa/losses/focal_loss/SigmoidFocalCrossEntropy
49+
to: /addons/api_docs/python/tfa/losses/SigmoidFocalCrossEntropy
50+
- from: /addons/api_docs/python/tfa/losses/focal_loss/sigmoid_focal_crossentropy
51+
to: /addons/api_docs/python/tfa/losses/sigmoid_focal_crossentropy
52+
- from: /addons/api_docs/python/tfa/losses/lifted/LiftedStructLoss
53+
to: /addons/api_docs/python/tfa/losses/LiftedStructLoss
54+
- from: /addons/api_docs/python/tfa/losses/lifted/lifted_struct_loss
55+
to: /addons/api_docs/python/tfa/losses/lifted_struct_loss
56+
- from: /addons/api_docs/python/tfa/losses/npairs/NpairsLoss
57+
to: /addons/api_docs/python/tfa/losses/NpairsLoss
58+
- from: /addons/api_docs/python/tfa/losses/npairs/NpairsMultilabelLoss
59+
to: /addons/api_docs/python/tfa/losses/NpairsMultilabelLoss
60+
- from: /addons/api_docs/python/tfa/losses/npairs/npairs_loss
61+
to: /addons/api_docs/python/tfa/losses/npairs_loss
62+
- from: /addons/api_docs/python/tfa/losses/npairs/npairs_multilabel_loss
63+
to: /addons/api_docs/python/tfa/losses/npairs_multilabel_loss
64+
- from: /addons/api_docs/python/tfa/losses/triplet/TripletSemiHardLoss
65+
to: /addons/api_docs/python/tfa/losses/TripletSemiHardLoss
66+
- from: /addons/api_docs/python/tfa/losses/triplet/triplet_semihard_loss
67+
to: /addons/api_docs/python/tfa/losses/triplet_semihard_loss
68+
- from: /addons/api_docs/python/tfa/metrics/cohens_kappa/CohenKappa
69+
to: /addons/api_docs/python/tfa/metrics/CohenKappa
70+
- from: /addons/api_docs/python/tfa/metrics/f_scores/F1Score
71+
to: /addons/api_docs/python/tfa/metrics/F1Score
72+
- from: /addons/api_docs/python/tfa/metrics/f_scores/FBetaScore
73+
to: /addons/api_docs/python/tfa/metrics/FBetaScore
74+
- from: /addons/api_docs/python/tfa/metrics/hamming/HammingLoss
75+
to: /addons/api_docs/python/tfa/metrics/HammingLoss
76+
- from: /addons/api_docs/python/tfa/metrics/hamming/hamming_distance
77+
to: /addons/api_docs/python/tfa/metrics/hamming_distance
78+
- from: /addons/api_docs/python/tfa/metrics/matthews_correlation_coefficient/MatthewsCorrelationCoefficient
79+
to: /addons/api_docs/python/tfa/metrics/MatthewsCorrelationCoefficient
80+
- from: /addons/api_docs/python/tfa/metrics/multilabel_confusion_matrix/MultiLabelConfusionMatrix
81+
to: /addons/api_docs/python/tfa/metrics/MultiLabelConfusionMatrix
82+
- from: /addons/api_docs/python/tfa/metrics/r_square/RSquare
83+
to: /addons/api_docs/python/tfa/metrics/RSquare
84+
- from: /addons/api_docs/python/tfa/metrics/utils/MeanMetricWrapper
85+
to: /addons/api_docs/python/tfa/metrics/MeanMetricWrapper
86+
- from: /addons/api_docs/python/tfa/optimizers/average_wrapper/AveragedOptimizerWrapper
87+
to: /addons/api_docs/python/tfa/optimizers/AveragedOptimizerWrapper
88+
- from: /addons/api_docs/python/tfa/optimizers/conditional_gradient/ConditionalGradient
89+
to: /addons/api_docs/python/tfa/optimizers/ConditionalGradient
90+
- from: /addons/api_docs/python/tfa/optimizers/cyclical_learning_rate/CyclicalLearningRate
91+
to: /addons/api_docs/python/tfa/optimizers/CyclicalLearningRate
92+
- from: /addons/api_docs/python/tfa/optimizers/cyclical_learning_rate/ExponentialCyclicalLearningRate
93+
to: /addons/api_docs/python/tfa/optimizers/ExponentialCyclicalLearningRate
94+
- from: /addons/api_docs/python/tfa/optimizers/cyclical_learning_rate/Triangular2CyclicalLearningRate
95+
to: /addons/api_docs/python/tfa/optimizers/Triangular2CyclicalLearningRate
96+
- from: /addons/api_docs/python/tfa/optimizers/cyclical_learning_rate/TriangularCyclicalLearningRate
97+
to: /addons/api_docs/python/tfa/optimizers/TriangularCyclicalLearningRate
98+
- from: /addons/api_docs/python/tfa/optimizers/lamb/LAMB
99+
to: /addons/api_docs/python/tfa/optimizers/LAMB
100+
- from: /addons/api_docs/python/tfa/optimizers/lazy_adam/LazyAdam
101+
to: /addons/api_docs/python/tfa/optimizers/LazyAdam
102+
- from: /addons/api_docs/python/tfa/optimizers/lookahead/Lookahead
103+
to: /addons/api_docs/python/tfa/optimizers/Lookahead
104+
- from: /addons/api_docs/python/tfa/optimizers/moving_average/MovingAverage
105+
to: /addons/api_docs/python/tfa/optimizers/MovingAverage
106+
- from: /addons/api_docs/python/tfa/optimizers/rectified_adam/RectifiedAdam
107+
to: /addons/api_docs/python/tfa/optimizers/RectifiedAdam
108+
- from: /addons/api_docs/python/tfa/optimizers/stochastic_weight_averaging/SWA
109+
to: /addons/api_docs/python/tfa/optimizers/SWA
110+
- from: /addons/api_docs/python/tfa/optimizers/weight_decay_optimizers/AdamW
111+
to: /addons/api_docs/python/tfa/optimizers/AdamW
112+
- from: /addons/api_docs/python/tfa/optimizers/weight_decay_optimizers/SGDW
113+
to: /addons/api_docs/python/tfa/optimizers/SGDW
114+
- from: /addons/api_docs/python/tfa/optimizers/weight_decay_optimizers/extend_with_decoupled_weight_decay
115+
to: /addons/api_docs/python/tfa/optimizers/extend_with_decoupled_weight_decay
116+
- from: /addons/api_docs/python/tfa/rnn/cell/LayerNormLSTMCell
117+
to: /addons/api_docs/python/tfa/rnn/LayerNormLSTMCell
118+
- from: /addons/api_docs/python/tfa/rnn/cell/NASCell
119+
to: /addons/api_docs/python/tfa/rnn/NASCell
120+
- from: /addons/api_docs/python/tfa/seq2seq/attention_wrapper/AttentionMechanism
121+
to: /addons/api_docs/python/tfa/seq2seq/AttentionMechanism
122+
- from: /addons/api_docs/python/tfa/seq2seq/attention_wrapper/AttentionWrapper
123+
to: /addons/api_docs/python/tfa/seq2seq/AttentionWrapper
124+
- from: /addons/api_docs/python/tfa/seq2seq/attention_wrapper/AttentionWrapperState
125+
to: /addons/api_docs/python/tfa/seq2seq/AttentionWrapperState
126+
- from: /addons/api_docs/python/tfa/seq2seq/attention_wrapper/BahdanauAttention
127+
to: /addons/api_docs/python/tfa/seq2seq/BahdanauAttention
128+
- from: /addons/api_docs/python/tfa/seq2seq/attention_wrapper/BahdanauMonotonicAttention
129+
to: /addons/api_docs/python/tfa/seq2seq/BahdanauMonotonicAttention
130+
- from: /addons/api_docs/python/tfa/seq2seq/attention_wrapper/LuongAttention
131+
to: /addons/api_docs/python/tfa/seq2seq/LuongAttention
132+
- from: /addons/api_docs/python/tfa/seq2seq/attention_wrapper/LuongMonotonicAttention
133+
to: /addons/api_docs/python/tfa/seq2seq/LuongMonotonicAttention
134+
- from: /addons/api_docs/python/tfa/seq2seq/attention_wrapper/hardmax
135+
to: /addons/api_docs/python/tfa/seq2seq/hardmax
136+
- from: /addons/api_docs/python/tfa/seq2seq/attention_wrapper/monotonic_attention
137+
to: /addons/api_docs/python/tfa/seq2seq/monotonic_attention
138+
- from: /addons/api_docs/python/tfa/seq2seq/attention_wrapper/safe_cumprod
139+
to: /addons/api_docs/python/tfa/seq2seq/safe_cumprod
140+
- from: /addons/api_docs/python/tfa/seq2seq/basic_decoder/BasicDecoder
141+
to: /addons/api_docs/python/tfa/seq2seq/BasicDecoder
142+
- from: /addons/api_docs/python/tfa/seq2seq/basic_decoder/BasicDecoderOutput
143+
to: /addons/api_docs/python/tfa/seq2seq/BasicDecoderOutput
144+
- from: /addons/api_docs/python/tfa/seq2seq/beam_search_decoder/BeamSearchDecoder
145+
to: /addons/api_docs/python/tfa/seq2seq/BeamSearchDecoder
146+
- from: /addons/api_docs/python/tfa/seq2seq/beam_search_decoder/BeamSearchDecoderOutput
147+
to: /addons/api_docs/python/tfa/seq2seq/BeamSearchDecoderOutput
148+
- from: /addons/api_docs/python/tfa/seq2seq/beam_search_decoder/BeamSearchDecoderState
149+
to: /addons/api_docs/python/tfa/seq2seq/BeamSearchDecoderState
150+
- from: /addons/api_docs/python/tfa/seq2seq/beam_search_decoder/FinalBeamSearchDecoderOutput
151+
to: /addons/api_docs/python/tfa/seq2seq/FinalBeamSearchDecoderOutput
152+
- from: /addons/api_docs/python/tfa/seq2seq/beam_search_decoder/gather_tree_from_array
153+
to: /addons/api_docs/python/tfa/seq2seq/gather_tree_from_array
154+
- from: /addons/api_docs/python/tfa/seq2seq/beam_search_decoder/tile_batch
155+
to: /addons/api_docs/python/tfa/seq2seq/tile_batch
156+
- from: /addons/api_docs/python/tfa/seq2seq/decoder/BaseDecoder
157+
to: /addons/api_docs/python/tfa/seq2seq/BaseDecoder
158+
- from: /addons/api_docs/python/tfa/seq2seq/decoder/Decoder
159+
to: /addons/api_docs/python/tfa/seq2seq/Decoder
160+
- from: /addons/api_docs/python/tfa/seq2seq/decoder/dynamic_decode
161+
to: /addons/api_docs/python/tfa/seq2seq/dynamic_decode
162+
- from: /addons/api_docs/python/tfa/seq2seq/loss/SequenceLoss
163+
to: /addons/api_docs/python/tfa/seq2seq/SequenceLoss
164+
- from: /addons/api_docs/python/tfa/seq2seq/loss/sequence_loss
165+
to: /addons/api_docs/python/tfa/seq2seq/sequence_loss
166+
- from: /addons/api_docs/python/tfa/seq2seq/sampler/CustomSampler
167+
to: /addons/api_docs/python/tfa/seq2seq/CustomSampler
168+
- from: /addons/api_docs/python/tfa/seq2seq/sampler/GreedyEmbeddingSampler
169+
to: /addons/api_docs/python/tfa/seq2seq/GreedyEmbeddingSampler
170+
- from: /addons/api_docs/python/tfa/seq2seq/sampler/InferenceSampler
171+
to: /addons/api_docs/python/tfa/seq2seq/InferenceSampler
172+
- from: /addons/api_docs/python/tfa/seq2seq/sampler/SampleEmbeddingSampler
173+
to: /addons/api_docs/python/tfa/seq2seq/SampleEmbeddingSampler
174+
- from: /addons/api_docs/python/tfa/seq2seq/sampler/Sampler
175+
to: /addons/api_docs/python/tfa/seq2seq/Sampler
176+
- from: /addons/api_docs/python/tfa/seq2seq/sampler/ScheduledEmbeddingTrainingSampler
177+
to: /addons/api_docs/python/tfa/seq2seq/ScheduledEmbeddingTrainingSampler
178+
- from: /addons/api_docs/python/tfa/seq2seq/sampler/ScheduledOutputTrainingSampler
179+
to: /addons/api_docs/python/tfa/seq2seq/ScheduledOutputTrainingSampler
180+
- from: /addons/api_docs/python/tfa/seq2seq/sampler/TrainingSampler
181+
to: /addons/api_docs/python/tfa/seq2seq/TrainingSampler
182+
- from: /addons/api_docs/python/tfa/text/crf/crf_binary_score
183+
to: /addons/api_docs/python/tfa/text/crf_binary_score
184+
- from: /addons/api_docs/python/tfa/text/crf/crf_decode
185+
to: /addons/api_docs/python/tfa/text/crf_decode
186+
- from: /addons/api_docs/python/tfa/text/crf/crf_decode_backward
187+
to: /addons/api_docs/python/tfa/text/crf_decode_backward
188+
- from: /addons/api_docs/python/tfa/text/crf/crf_decode_forward
189+
to: /addons/api_docs/python/tfa/text/crf_decode_forward
190+
- from: /addons/api_docs/python/tfa/text/crf/crf_forward
191+
to: /addons/api_docs/python/tfa/text/crf_forward
192+
- from: /addons/api_docs/python/tfa/text/crf/crf_log_likelihood
193+
to: /addons/api_docs/python/tfa/text/crf_log_likelihood
194+
- from: /addons/api_docs/python/tfa/text/crf/crf_log_norm
195+
to: /addons/api_docs/python/tfa/text/crf_log_norm
196+
- from: /addons/api_docs/python/tfa/text/crf/crf_multitag_sequence_score
197+
to: /addons/api_docs/python/tfa/text/crf_multitag_sequence_score
198+
- from: /addons/api_docs/python/tfa/text/crf/crf_sequence_score
199+
to: /addons/api_docs/python/tfa/text/crf_sequence_score
200+
- from: /addons/api_docs/python/tfa/text/crf/crf_unary_score
201+
to: /addons/api_docs/python/tfa/text/crf_unary_score
202+
- from: /addons/api_docs/python/tfa/text/crf/viterbi_decode
203+
to: /addons/api_docs/python/tfa/text/viterbi_decode
204+
- from: /addons/api_docs/python/tfa/text/parse_time_op/parse_time
205+
to: /addons/api_docs/python/tfa/text/parse_time
206+
- from: /addons/api_docs/python/tfa/text/skip_gram_ops/skip_gram_sample
207+
to: /addons/api_docs/python/tfa/text/skip_gram_sample
208+
- from: /addons/api_docs/python/tfa/text/skip_gram_ops/skip_gram_sample_with_text_vocab
209+
to: /addons/api_docs/python/tfa/text/skip_gram_sample_with_text_vocab

0 commit comments

Comments
 (0)