pytorch/caffe2/python/layers
Peter Goldsborough 0fd41a63a1 Integrate Fused8BitRowwise ops with DPER
Summary: Updates `sparse_lookup.py` for the new fused 8-bit rowwise quantization. Mostly just changing the same files as the original diffs (D5753626 and D5761202). I know very little about this code here so please let me know if this is safe, also in terms of migration away from the non-fused storage.

Reviewed By: kennyhorror

Differential Revision: D6710784

fbshipit-source-id: 185f147af52a094a937ba631b0351225e660d205
2018-01-25 15:02:42 -08:00
..
__init__.py
add_bias.py
arc_cosine_feature_map.py
batch_distill_lr_loss.py Distill loss with SigmoidCrossEntropyWithLogits 2017-10-26 15:18:34 -07:00
batch_lr_loss.py use numerically stable version of BatchLRLoss 2018-01-02 13:18:36 -08:00
batch_mse_loss.py Support regression with output transform in MTML for feed 2017-12-11 17:20:20 -08:00
batch_normalization.py
batch_sigmoid_cross_entropy_loss.py
batch_softmax_loss.py
build_index.py
concat.py higher order interaction of embeddings 2017-11-30 08:51:09 -08:00
conv.py
dropout.py
fc.py add error msg in fc input_record 2018-01-23 14:48:15 -08:00
fc_without_bias.py
feature_sparse_to_dense.py Use EMBEDDING feature type instead of FLOAT_TENSOR 2017-10-11 13:50:03 -07:00
functional.py Revert D6026557: [caffe2][PR] Fix "No handlers could be found for logger" 2017-10-12 20:21:52 -07:00
gather_record.py
last_n_window_collector.py
layers.py add error msg in get_key 2018-01-23 11:04:05 -08:00
margin_rank_loss.py Add rank loss for retrieval models with random negative sample 2017-10-25 16:19:41 -07:00
merge_id_lists.py
pairwise_dot_product.py Fix dot processor with only one sparse feature and no dense feature 2017-12-14 13:05:17 -08:00
position_weighted.py Revert D6026557: [caffe2][PR] Fix "No handlers could be found for logger" 2017-10-12 20:21:52 -07:00
random_fourier_features.py
reservoir_sampling.py
sampling_train.py
sampling_trainable_mixin.py
select_record_by_context.py Revert D6026557: [caffe2][PR] Fix "No handlers could be found for logger" 2017-10-12 20:21:52 -07:00
semi_random_features.py
sparse_feature_hash.py add option to do simple modulo 2017-11-10 13:49:07 -08:00
sparse_lookup.py Integrate Fused8BitRowwise ops with DPER 2018-01-25 15:02:42 -08:00
split.py
tags.py Tagging sparse parameters 2017-10-04 18:46:48 -07:00
uniform_sampling.py