Skip to content

Commit 4aaf5a0

Browse files
seanpmorganWindQAQ
authored andcommitted
0.4 release (#287)
* Update version and depend on beta1 * DOC: Add 0.4 release docs * Remove nightly flags
1 parent 829cd88 commit 4aaf5a0

File tree

122 files changed

+26953
-4
lines changed

Some content is hidden

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

122 files changed

+26953
-4
lines changed
Lines changed: 127 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,127 @@
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/layers/maxout/Maxout
17+
to: /api_docs/python/tfa/layers/Maxout
18+
- from: /api_docs/python/tfa/layers/normalizations/GroupNormalization
19+
to: /api_docs/python/tfa/layers/GroupNormalization
20+
- from: /api_docs/python/tfa/layers/normalizations/InstanceNormalization
21+
to: /api_docs/python/tfa/layers/InstanceNormalization
22+
- from: /api_docs/python/tfa/layers/poincare/PoincareNormalize
23+
to: /api_docs/python/tfa/layers/PoincareNormalize
24+
- from: /api_docs/python/tfa/layers/sparsemax/Sparsemax
25+
to: /api_docs/python/tfa/layers/Sparsemax
26+
- from: /api_docs/python/tfa/layers/sparsemax/sparsemax
27+
to: /api_docs/python/tfa/activations/sparsemax
28+
- from: /api_docs/python/tfa/layers/wrappers/WeightNormalization
29+
to: /api_docs/python/tfa/layers/WeightNormalization
30+
- from: /api_docs/python/tfa/losses/contrastive/ContrastiveLoss
31+
to: /api_docs/python/tfa/losses/ContrastiveLoss
32+
- from: /api_docs/python/tfa/losses/contrastive/contrastive_loss
33+
to: /api_docs/python/tfa/losses/contrastive_loss
34+
- from: /api_docs/python/tfa/losses/focal_loss/SigmoidFocalCrossEntropy
35+
to: /api_docs/python/tfa/losses/SigmoidFocalCrossEntropy
36+
- from: /api_docs/python/tfa/losses/focal_loss/sigmoid_focal_crossentropy
37+
to: /api_docs/python/tfa/losses/sigmoid_focal_crossentropy
38+
- from: /api_docs/python/tfa/losses/lifted/LiftedStructLoss
39+
to: /api_docs/python/tfa/losses/LiftedStructLoss
40+
- from: /api_docs/python/tfa/losses/lifted/lifted_struct_loss
41+
to: /api_docs/python/tfa/losses/lifted_struct_loss
42+
- from: /api_docs/python/tfa/losses/triplet/TripletSemiHardLoss
43+
to: /api_docs/python/tfa/losses/TripletSemiHardLoss
44+
- from: /api_docs/python/tfa/losses/triplet/triplet_semihard_loss
45+
to: /api_docs/python/tfa/losses/triplet_semihard_loss
46+
- from: /api_docs/python/tfa/metrics/cohens_kappa/CohenKappa
47+
to: /api_docs/python/tfa/metrics/CohenKappa
48+
- from: /api_docs/python/tfa/optimizers/lazy_adam/LazyAdam
49+
to: /api_docs/python/tfa/optimizers/LazyAdam
50+
- from: /api_docs/python/tfa/optimizers/moving_average/MovingAverage
51+
to: /api_docs/python/tfa/optimizers/MovingAverage
52+
- from: /api_docs/python/tfa/optimizers/weight_decay_optimizers/AdamW
53+
to: /api_docs/python/tfa/optimizers/AdamW
54+
- from: /api_docs/python/tfa/optimizers/weight_decay_optimizers/SGDW
55+
to: /api_docs/python/tfa/optimizers/SGDW
56+
- from: /api_docs/python/tfa/optimizers/weight_decay_optimizers/extend_with_decoupled_weight_decay
57+
to: /api_docs/python/tfa/optimizers/extend_with_decoupled_weight_decay
58+
- from: /api_docs/python/tfa/rnn/cell/LayerNormLSTMCell
59+
to: /api_docs/python/tfa/rnn/LayerNormLSTMCell
60+
- from: /api_docs/python/tfa/rnn/cell/NASCell
61+
to: /api_docs/python/tfa/rnn/NASCell
62+
- from: /api_docs/python/tfa/seq2seq/attention_wrapper/AttentionMechanism
63+
to: /api_docs/python/tfa/seq2seq/AttentionMechanism
64+
- from: /api_docs/python/tfa/seq2seq/attention_wrapper/AttentionWrapper
65+
to: /api_docs/python/tfa/seq2seq/AttentionWrapper
66+
- from: /api_docs/python/tfa/seq2seq/attention_wrapper/AttentionWrapperState
67+
to: /api_docs/python/tfa/seq2seq/AttentionWrapperState
68+
- from: /api_docs/python/tfa/seq2seq/attention_wrapper/BahdanauAttention
69+
to: /api_docs/python/tfa/seq2seq/BahdanauAttention
70+
- from: /api_docs/python/tfa/seq2seq/attention_wrapper/BahdanauMonotonicAttention
71+
to: /api_docs/python/tfa/seq2seq/BahdanauMonotonicAttention
72+
- from: /api_docs/python/tfa/seq2seq/attention_wrapper/LuongAttention
73+
to: /api_docs/python/tfa/seq2seq/LuongAttention
74+
- from: /api_docs/python/tfa/seq2seq/attention_wrapper/LuongMonotonicAttention
75+
to: /api_docs/python/tfa/seq2seq/LuongMonotonicAttention
76+
- from: /api_docs/python/tfa/seq2seq/attention_wrapper/hardmax
77+
to: /api_docs/python/tfa/seq2seq/hardmax
78+
- from: /api_docs/python/tfa/seq2seq/attention_wrapper/monotonic_attention
79+
to: /api_docs/python/tfa/seq2seq/monotonic_attention
80+
- from: /api_docs/python/tfa/seq2seq/attention_wrapper/safe_cumprod
81+
to: /api_docs/python/tfa/seq2seq/safe_cumprod
82+
- from: /api_docs/python/tfa/seq2seq/basic_decoder/BasicDecoder
83+
to: /api_docs/python/tfa/seq2seq/BasicDecoder
84+
- from: /api_docs/python/tfa/seq2seq/basic_decoder/BasicDecoderOutput
85+
to: /api_docs/python/tfa/seq2seq/BasicDecoderOutput
86+
- from: /api_docs/python/tfa/seq2seq/beam_search_decoder/BeamSearchDecoder
87+
to: /api_docs/python/tfa/seq2seq/BeamSearchDecoder
88+
- from: /api_docs/python/tfa/seq2seq/beam_search_decoder/BeamSearchDecoderOutput
89+
to: /api_docs/python/tfa/seq2seq/BeamSearchDecoderOutput
90+
- from: /api_docs/python/tfa/seq2seq/beam_search_decoder/BeamSearchDecoderState
91+
to: /api_docs/python/tfa/seq2seq/BeamSearchDecoderState
92+
- from: /api_docs/python/tfa/seq2seq/beam_search_decoder/FinalBeamSearchDecoderOutput
93+
to: /api_docs/python/tfa/seq2seq/FinalBeamSearchDecoderOutput
94+
- from: /api_docs/python/tfa/seq2seq/beam_search_decoder/gather_tree_from_array
95+
to: /api_docs/python/tfa/seq2seq/gather_tree_from_array
96+
- from: /api_docs/python/tfa/seq2seq/beam_search_decoder/tile_batch
97+
to: /api_docs/python/tfa/seq2seq/tile_batch
98+
- from: /api_docs/python/tfa/seq2seq/decoder/BaseDecoder
99+
to: /api_docs/python/tfa/seq2seq/BaseDecoder
100+
- from: /api_docs/python/tfa/seq2seq/decoder/Decoder
101+
to: /api_docs/python/tfa/seq2seq/Decoder
102+
- from: /api_docs/python/tfa/seq2seq/decoder/dynamic_decode
103+
to: /api_docs/python/tfa/seq2seq/dynamic_decode
104+
- from: /api_docs/python/tfa/seq2seq/loss/SequenceLoss
105+
to: /api_docs/python/tfa/seq2seq/SequenceLoss
106+
- from: /api_docs/python/tfa/seq2seq/loss/sequence_loss
107+
to: /api_docs/python/tfa/seq2seq/sequence_loss
108+
- from: /api_docs/python/tfa/seq2seq/sampler/CustomSampler
109+
to: /api_docs/python/tfa/seq2seq/CustomSampler
110+
- from: /api_docs/python/tfa/seq2seq/sampler/GreedyEmbeddingSampler
111+
to: /api_docs/python/tfa/seq2seq/GreedyEmbeddingSampler
112+
- from: /api_docs/python/tfa/seq2seq/sampler/InferenceSampler
113+
to: /api_docs/python/tfa/seq2seq/InferenceSampler
114+
- from: /api_docs/python/tfa/seq2seq/sampler/SampleEmbeddingSampler
115+
to: /api_docs/python/tfa/seq2seq/SampleEmbeddingSampler
116+
- from: /api_docs/python/tfa/seq2seq/sampler/Sampler
117+
to: /api_docs/python/tfa/seq2seq/Sampler
118+
- from: /api_docs/python/tfa/seq2seq/sampler/ScheduledEmbeddingTrainingSampler
119+
to: /api_docs/python/tfa/seq2seq/ScheduledEmbeddingTrainingSampler
120+
- from: /api_docs/python/tfa/seq2seq/sampler/ScheduledOutputTrainingSampler
121+
to: /api_docs/python/tfa/seq2seq/ScheduledOutputTrainingSampler
122+
- from: /api_docs/python/tfa/seq2seq/sampler/TrainingSampler
123+
to: /api_docs/python/tfa/seq2seq/TrainingSampler
124+
- from: /api_docs/python/tfa/text/skip_gram_ops/skip_gram_sample
125+
to: /api_docs/python/tfa/text/skip_gram_sample
126+
- from: /api_docs/python/tfa/text/skip_gram_ops/skip_gram_sample_with_text_vocab
127+
to: /api_docs/python/tfa/text/skip_gram_sample_with_text_vocab

0 commit comments

Comments
 (0)