Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion build_deps/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# TensorFlow greater than this date is manylinux2010 compliant
tf-nightly-2.0-preview>=2.0.0.dev20190802
tensorflow==2.0.0-rc0
2 changes: 1 addition & 1 deletion build_deps/requirements_gpu.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# TensorFlow greater than this date is manylinux2010 compliant
tf-nightly-gpu-2.0-preview>=2.0.0.dev20190802
tensorflow-gpu==2.0.0-rc0
171 changes: 171 additions & 0 deletions docs/api_docs/python/_redirects.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,171 @@
redirects:
- from: /api_docs/python/tfa/image/distance_transform/euclidean_dist_transform
to: /api_docs/python/tfa/image/euclidean_dist_transform
- from: /api_docs/python/tfa/image/distort_image_ops/adjust_hsv_in_yiq
to: /api_docs/python/tfa/image/adjust_hsv_in_yiq
- from: /api_docs/python/tfa/image/distort_image_ops/random_hsv_in_yiq
to: /api_docs/python/tfa/image/random_hsv_in_yiq
- from: /api_docs/python/tfa/image/filters/mean_filter2d
to: /api_docs/python/tfa/image/mean_filter2d
- from: /api_docs/python/tfa/image/filters/median_filter2d
to: /api_docs/python/tfa/image/median_filter2d
- from: /api_docs/python/tfa/image/transform_ops/rotate
to: /api_docs/python/tfa/image/rotate
- from: /api_docs/python/tfa/image/transform_ops/transform
to: /api_docs/python/tfa/image/transform
- from: /api_docs/python/tfa/image/translate_ops/transform
to: /api_docs/python/tfa/image/transform
- from: /api_docs/python/tfa/image/translate_ops/translate
to: /api_docs/python/tfa/image/translate
- from: /api_docs/python/tfa/layers/gelu/GeLU
to: /api_docs/python/tfa/layers/GeLU
- from: /api_docs/python/tfa/layers/gelu/gelu
to: /api_docs/python/tfa/activations/gelu
- from: /api_docs/python/tfa/layers/maxout/Maxout
to: /api_docs/python/tfa/layers/Maxout
- from: /api_docs/python/tfa/layers/normalizations/GroupNormalization
to: /api_docs/python/tfa/layers/GroupNormalization
- from: /api_docs/python/tfa/layers/normalizations/InstanceNormalization
to: /api_docs/python/tfa/layers/InstanceNormalization
- from: /api_docs/python/tfa/layers/optical_flow/CorrelationCost
to: /api_docs/python/tfa/layers/CorrelationCost
- from: /api_docs/python/tfa/layers/poincare/PoincareNormalize
to: /api_docs/python/tfa/layers/PoincareNormalize
- from: /api_docs/python/tfa/layers/sparsemax/Sparsemax
to: /api_docs/python/tfa/layers/Sparsemax
- from: /api_docs/python/tfa/layers/sparsemax/sparsemax
to: /api_docs/python/tfa/activations/sparsemax
- from: /api_docs/python/tfa/layers/wrappers/WeightNormalization
to: /api_docs/python/tfa/layers/WeightNormalization
- from: /api_docs/python/tfa/losses/contrastive/ContrastiveLoss
to: /api_docs/python/tfa/losses/ContrastiveLoss
- from: /api_docs/python/tfa/losses/contrastive/contrastive_loss
to: /api_docs/python/tfa/losses/contrastive_loss
- from: /api_docs/python/tfa/losses/focal_loss/SigmoidFocalCrossEntropy
to: /api_docs/python/tfa/losses/SigmoidFocalCrossEntropy
- from: /api_docs/python/tfa/losses/focal_loss/sigmoid_focal_crossentropy
to: /api_docs/python/tfa/losses/sigmoid_focal_crossentropy
- from: /api_docs/python/tfa/losses/lifted/LiftedStructLoss
to: /api_docs/python/tfa/losses/LiftedStructLoss
- from: /api_docs/python/tfa/losses/lifted/lifted_struct_loss
to: /api_docs/python/tfa/losses/lifted_struct_loss
- from: /api_docs/python/tfa/losses/npairs/NpairsLoss
to: /api_docs/python/tfa/losses/NpairsLoss
- from: /api_docs/python/tfa/losses/npairs/npairs_loss
to: /api_docs/python/tfa/losses/npairs_loss
- from: /api_docs/python/tfa/losses/triplet/TripletSemiHardLoss
to: /api_docs/python/tfa/losses/TripletSemiHardLoss
- from: /api_docs/python/tfa/losses/triplet/triplet_semihard_loss
to: /api_docs/python/tfa/losses/triplet_semihard_loss
- from: /api_docs/python/tfa/metrics/cohens_kappa/CohenKappa
to: /api_docs/python/tfa/metrics/CohenKappa
- from: /api_docs/python/tfa/metrics/f_scores/F1Score
to: /api_docs/python/tfa/metrics/F1Score
- from: /api_docs/python/tfa/metrics/f_scores/FBetaScore
to: /api_docs/python/tfa/metrics/FBetaScore
- from: /api_docs/python/tfa/metrics/multilabel_confusion_matrix/MultiLabelConfusionMatrix
to: /api_docs/python/tfa/metrics/MultiLabelConfusionMatrix
- from: /api_docs/python/tfa/metrics/r_square/RSquare
to: /api_docs/python/tfa/metrics/RSquare
- from: /api_docs/python/tfa/optimizers/lazy_adam/LazyAdam
to: /api_docs/python/tfa/optimizers/LazyAdam
- from: /api_docs/python/tfa/optimizers/moving_average/MovingAverage
to: /api_docs/python/tfa/optimizers/MovingAverage
- from: /api_docs/python/tfa/optimizers/weight_decay_optimizers/AdamW
to: /api_docs/python/tfa/optimizers/AdamW
- from: /api_docs/python/tfa/optimizers/weight_decay_optimizers/SGDW
to: /api_docs/python/tfa/optimizers/SGDW
- from: /api_docs/python/tfa/optimizers/weight_decay_optimizers/extend_with_decoupled_weight_decay
to: /api_docs/python/tfa/optimizers/extend_with_decoupled_weight_decay
- from: /api_docs/python/tfa/rnn/cell/LayerNormLSTMCell
to: /api_docs/python/tfa/rnn/LayerNormLSTMCell
- from: /api_docs/python/tfa/rnn/cell/NASCell
to: /api_docs/python/tfa/rnn/NASCell
- from: /api_docs/python/tfa/seq2seq/attention_wrapper/AttentionMechanism
to: /api_docs/python/tfa/seq2seq/AttentionMechanism
- from: /api_docs/python/tfa/seq2seq/attention_wrapper/AttentionWrapper
to: /api_docs/python/tfa/seq2seq/AttentionWrapper
- from: /api_docs/python/tfa/seq2seq/attention_wrapper/AttentionWrapperState
to: /api_docs/python/tfa/seq2seq/AttentionWrapperState
- from: /api_docs/python/tfa/seq2seq/attention_wrapper/BahdanauAttention
to: /api_docs/python/tfa/seq2seq/BahdanauAttention
- from: /api_docs/python/tfa/seq2seq/attention_wrapper/BahdanauMonotonicAttention
to: /api_docs/python/tfa/seq2seq/BahdanauMonotonicAttention
- from: /api_docs/python/tfa/seq2seq/attention_wrapper/LuongAttention
to: /api_docs/python/tfa/seq2seq/LuongAttention
- from: /api_docs/python/tfa/seq2seq/attention_wrapper/LuongMonotonicAttention
to: /api_docs/python/tfa/seq2seq/LuongMonotonicAttention
- from: /api_docs/python/tfa/seq2seq/attention_wrapper/hardmax
to: /api_docs/python/tfa/seq2seq/hardmax
- from: /api_docs/python/tfa/seq2seq/attention_wrapper/monotonic_attention
to: /api_docs/python/tfa/seq2seq/monotonic_attention
- from: /api_docs/python/tfa/seq2seq/attention_wrapper/safe_cumprod
to: /api_docs/python/tfa/seq2seq/safe_cumprod
- from: /api_docs/python/tfa/seq2seq/basic_decoder/BasicDecoder
to: /api_docs/python/tfa/seq2seq/BasicDecoder
- from: /api_docs/python/tfa/seq2seq/basic_decoder/BasicDecoderOutput
to: /api_docs/python/tfa/seq2seq/BasicDecoderOutput
- from: /api_docs/python/tfa/seq2seq/beam_search_decoder/BeamSearchDecoder
to: /api_docs/python/tfa/seq2seq/BeamSearchDecoder
- from: /api_docs/python/tfa/seq2seq/beam_search_decoder/BeamSearchDecoderOutput
to: /api_docs/python/tfa/seq2seq/BeamSearchDecoderOutput
- from: /api_docs/python/tfa/seq2seq/beam_search_decoder/BeamSearchDecoderState
to: /api_docs/python/tfa/seq2seq/BeamSearchDecoderState
- from: /api_docs/python/tfa/seq2seq/beam_search_decoder/FinalBeamSearchDecoderOutput
to: /api_docs/python/tfa/seq2seq/FinalBeamSearchDecoderOutput
- from: /api_docs/python/tfa/seq2seq/beam_search_decoder/gather_tree_from_array
to: /api_docs/python/tfa/seq2seq/gather_tree_from_array
- from: /api_docs/python/tfa/seq2seq/beam_search_decoder/tile_batch
to: /api_docs/python/tfa/seq2seq/tile_batch
- from: /api_docs/python/tfa/seq2seq/decoder/BaseDecoder
to: /api_docs/python/tfa/seq2seq/BaseDecoder
- from: /api_docs/python/tfa/seq2seq/decoder/Decoder
to: /api_docs/python/tfa/seq2seq/Decoder
- from: /api_docs/python/tfa/seq2seq/decoder/dynamic_decode
to: /api_docs/python/tfa/seq2seq/dynamic_decode
- from: /api_docs/python/tfa/seq2seq/loss/SequenceLoss
to: /api_docs/python/tfa/seq2seq/SequenceLoss
- from: /api_docs/python/tfa/seq2seq/loss/sequence_loss
to: /api_docs/python/tfa/seq2seq/sequence_loss
- from: /api_docs/python/tfa/seq2seq/sampler/CustomSampler
to: /api_docs/python/tfa/seq2seq/CustomSampler
- from: /api_docs/python/tfa/seq2seq/sampler/GreedyEmbeddingSampler
to: /api_docs/python/tfa/seq2seq/GreedyEmbeddingSampler
- from: /api_docs/python/tfa/seq2seq/sampler/InferenceSampler
to: /api_docs/python/tfa/seq2seq/InferenceSampler
- from: /api_docs/python/tfa/seq2seq/sampler/SampleEmbeddingSampler
to: /api_docs/python/tfa/seq2seq/SampleEmbeddingSampler
- from: /api_docs/python/tfa/seq2seq/sampler/Sampler
to: /api_docs/python/tfa/seq2seq/Sampler
- from: /api_docs/python/tfa/seq2seq/sampler/ScheduledEmbeddingTrainingSampler
to: /api_docs/python/tfa/seq2seq/ScheduledEmbeddingTrainingSampler
- from: /api_docs/python/tfa/seq2seq/sampler/ScheduledOutputTrainingSampler
to: /api_docs/python/tfa/seq2seq/ScheduledOutputTrainingSampler
- from: /api_docs/python/tfa/seq2seq/sampler/TrainingSampler
to: /api_docs/python/tfa/seq2seq/TrainingSampler
- from: /api_docs/python/tfa/text/crf/crf_binary_score
to: /api_docs/python/tfa/text/crf_binary_score
- from: /api_docs/python/tfa/text/crf/crf_decode
to: /api_docs/python/tfa/text/crf_decode
- from: /api_docs/python/tfa/text/crf/crf_decode_backward
to: /api_docs/python/tfa/text/crf_decode_backward
- from: /api_docs/python/tfa/text/crf/crf_decode_forward
to: /api_docs/python/tfa/text/crf_decode_forward
- from: /api_docs/python/tfa/text/crf/crf_forward
to: /api_docs/python/tfa/text/crf_forward
- from: /api_docs/python/tfa/text/crf/crf_log_likelihood
to: /api_docs/python/tfa/text/crf_log_likelihood
- from: /api_docs/python/tfa/text/crf/crf_log_norm
to: /api_docs/python/tfa/text/crf_log_norm
- from: /api_docs/python/tfa/text/crf/crf_multitag_sequence_score
to: /api_docs/python/tfa/text/crf_multitag_sequence_score
- from: /api_docs/python/tfa/text/crf/crf_sequence_score
to: /api_docs/python/tfa/text/crf_sequence_score
- from: /api_docs/python/tfa/text/crf/crf_unary_score
to: /api_docs/python/tfa/text/crf_unary_score
- from: /api_docs/python/tfa/text/crf/viterbi_decode
to: /api_docs/python/tfa/text/viterbi_decode
- from: /api_docs/python/tfa/text/skip_gram_ops/skip_gram_sample
to: /api_docs/python/tfa/text/skip_gram_sample
- from: /api_docs/python/tfa/text/skip_gram_ops/skip_gram_sample_with_text_vocab
to: /api_docs/python/tfa/text/skip_gram_sample_with_text_vocab
Loading