Skip to content

Commit 2ae9768

Browse files
authored
0.5 release (#462)
* BLD: freeze config * DOC: api document
1 parent d542486 commit 2ae9768

File tree

158 files changed

+34086
-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.

158 files changed

+34086
-7
lines changed

build_deps/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# TensorFlow greater than this date is manylinux2010 compliant
2-
tf-nightly-2.0-preview>=2.0.0.dev20190802
2+
tensorflow==2.0.0-rc0

build_deps/requirements_gpu.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# TensorFlow greater than this date is manylinux2010 compliant
2-
tf-nightly-gpu-2.0-preview>=2.0.0.dev20190802
2+
tensorflow-gpu==2.0.0-rc0

docs/api_docs/python/_redirects.yaml

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

0 commit comments

Comments
 (0)