pytorch/caffe2/python/layers
Christopher Whelan 5cd0f5e8ec [PyFI] Update hypothesis and switch from tp2 (#41645)
Summary:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/41645

Pull Request resolved: https://github.com/facebookresearch/pytext/pull/1405

Test Plan: buck test

Reviewed By: thatch

Differential Revision: D20323893

fbshipit-source-id: 54665d589568c4198e96a27f0ed8e5b41df7b86b
2020-08-08 12:13:04 -07:00
..
__init__.py
adaptive_weight.py
add_bias.py
arc_cosine_feature_map.py
batch_huber_loss.py
batch_lr_loss.py Fix typos (#30606) 2019-12-02 20:17:42 -08:00
batch_mse_loss.py Change dper3 loss module to match dper2 (#28265) 2019-10-18 10:08:38 -07:00
batch_normalization.py Fix typos, via a Levenshtein-type corrector (#31523) 2020-01-17 16:03:19 -08:00
batch_sigmoid_cross_entropy_loss.py
batch_softmax_loss.py Linearizable Label: Class Weights, Allow Missing Label, and Average by Batch Size (#29707) 2019-11-13 16:52:27 -08:00
blob_weighted_sum.py
bpr_loss.py
bucket_weighted.py add feature name into module and update position weighted to match dper2 2019-10-14 08:06:19 -07:00
build_index.py [PyFI] Update hypothesis and switch from tp2 (#41645) 2020-08-08 12:13:04 -07:00
concat.py fix spelling mistake: excpected -> expected 2020-01-17 00:11:08 -08:00
constant_weight.py
conv.py
dropout.py
fc.py Add LN after specialzied output embeddings and flexible LCE (#35178) 2020-04-30 15:32:09 -07:00
fc_with_bootstrap.py Creating new layer FCWithBootstrap used in bootstrapping uncertainty approach (#29152) 2019-11-04 21:18:15 -08:00
fc_without_bias.py Enable personalized FC weight_init and sparse_emb weight_init (#31707) 2020-01-07 10:10:54 -08:00
feature_sparse_to_dense.py [2/n][Compute Meta] support analysis for null flag features 2020-07-20 13:13:45 -07:00
functional.py Fix typos, via a Levenshtein-type corrector (#31523) 2020-01-17 16:03:19 -08:00
gather_record.py
homotopy_weight.py
label_smooth.py
last_n_window_collector.py [PyFI] Update hypothesis and switch from tp2 (#41645) 2020-08-08 12:13:04 -07:00
layer_normalization.py Fix typos, via a Levenshtein-type corrector (#31523) 2020-01-17 16:03:19 -08:00
layers.py Fix type annotations and make MyPy run on torch/ (#36584) 2020-04-22 14:17:08 -07:00
margin_rank_loss.py
merge_id_lists.py
pairwise_similarity.py fix spelling mistake: excpected -> expected 2020-01-17 00:11:08 -08:00
position_weighted.py
random_fourier_features.py Fix typos, via a Levenshtein-type corrector (#31523) 2020-01-17 16:03:19 -08:00
reservoir_sampling.py [PyFI] Update hypothesis and switch from tp2 (#41645) 2020-08-08 12:13:04 -07:00
sampling_train.py
sampling_trainable_mixin.py
select_record_by_context.py Fix typos, via a Levenshtein-type corrector (#31523) 2020-01-17 16:03:19 -08:00
semi_random_features.py
sparse_dropout_with_replacement.py
sparse_feature_hash.py
sparse_lookup.py Enable personalized FC weight_init and sparse_emb weight_init (#31707) 2020-01-07 10:10:54 -08:00
split.py fix spelling mistake: excpected -> expected 2020-01-17 00:11:08 -08:00
tags.py [distributedhogwild] Introducing new tags for distributed hogwild. (#42381) 2020-08-03 07:10:44 -07:00
uniform_sampling.py