mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-15 21:00:47 +00:00
Summary: Guarding reservoir sampling with mutex & fix the bug in counting number of new entries. Reviewed By: chocjy Differential Revision: D5503300 fbshipit-source-id: fd6b0bacb71fbab99d6d5df2c72da523fba02847 |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| add_bias.py | ||
| arc_cosine_feature_map.py | ||
| batch_distill_lr_loss.py | ||
| batch_lr_loss.py | ||
| batch_mse_loss.py | ||
| batch_normalization.py | ||
| batch_sigmoid_cross_entropy_loss.py | ||
| batch_softmax_loss.py | ||
| build_index.py | ||
| concat.py | ||
| conv.py | ||
| dot_product.py | ||
| dropout.py | ||
| fc.py | ||
| fc_without_bias.py | ||
| feature_sparse_to_dense.py | ||
| functional.py | ||
| gather_record.py | ||
| last_n_window_collector.py | ||
| layers.py | ||
| pairwise_dot_product.py | ||
| position_weighted.py | ||
| random_fourier_features.py | ||
| reservoir_sampling.py | ||
| sampling_train.py | ||
| sampling_trainable_mixin.py | ||
| select_record_by_context.py | ||
| semi_random_features.py | ||
| sparse_feature_hash.py | ||
| sparse_lookup.py | ||
| split.py | ||
| tags.py | ||
| uniform_sampling.py | ||