pytorch/caffe2/python/layers
Kittipat Virochsiri 22d4eaeb9e JoinContext
Summary:
Layer to allow model to follow different paths for each instantiation context and join later. Together with tagging system cleanup (this is a separate issue), this should reduce the need to write a layer to differentiate between context.

Re: tagging system clean up, we should make exclusion more explicit: EXCLUDE_FROM_<CONTEXT>. This would simplify instation code. TRAIN_ONLY should become a set of all EXCLUDE_FROM_*, except EXCLUDE_FROM_TRAIN.

Reviewed By: kennyhorror

Differential Revision: D4964949

fbshipit-source-id: ba6453b0deb92d1989404efb9d86e1ed25297202
2017-05-02 17:32:26 -07:00
..
__init__.py fbsync. TODO: check if build files need update. 2016-11-15 00:00:46 -08:00
batch_distill_lr_loss.py Fix tags to be based on EXCLUDE_FROM_{CONTEXT} 2017-05-02 09:32:27 -07:00
batch_lr_loss.py Fix tags to be based on EXCLUDE_FROM_{CONTEXT} 2017-05-02 09:32:27 -07:00
batch_mse_loss.py Fix tags to be based on EXCLUDE_FROM_{CONTEXT} 2017-05-02 09:32:27 -07:00
batch_sigmoid_cross_entropy_loss.py Fix tags to be based on EXCLUDE_FROM_{CONTEXT} 2017-05-02 09:32:27 -07:00
batch_softmax_loss.py Fix tags to be based on EXCLUDE_FROM_{CONTEXT} 2017-05-02 09:32:27 -07:00
build_index.py MapToRange layer 2017-04-25 16:03:58 -07:00
concat.py Concat axis=0 2017-05-01 12:19:34 -07:00
dot_product.py doxygen python block added 2017-03-29 06:46:16 -07:00
expand_dims.py doxygen python block added 2017-03-29 06:46:16 -07:00
fc.py doxygen python block added 2017-03-29 06:46:16 -07:00
fc_without_bias.py doxygen python block added 2017-03-29 06:46:16 -07:00
functional.py allow to specify output dtypes for functional layers 2017-04-18 16:34:52 -07:00
gather_record.py GatherRecord layer 2017-04-13 15:02:44 -07:00
layers.py add workflow for user complicated embedding 2017-05-02 10:46:52 -07:00
optimizers.py Re-apply #266 2017-04-25 21:17:04 -07:00
sampling_train.py Add option to subtract log odd from sampled trained prediction. 2017-04-03 17:50:58 -07:00
sampling_trainable_mixin.py doxygen python block added 2017-03-29 06:46:16 -07:00
select_record_by_context.py JoinContext 2017-05-02 17:32:26 -07:00
simple_operator_layers.py Coerce input of FunctionalLayer to record 2017-04-17 19:26:06 -07:00
sparse_lookup.py add workflow for user complicated embedding 2017-05-02 10:46:52 -07:00
sparse_to_dense.py Add option to use id_score_list_features column 2017-04-03 17:03:09 -07:00
split.py doxygen python block added 2017-03-29 06:46:16 -07:00
tags.py Fix tags to be based on EXCLUDE_FROM_{CONTEXT} 2017-05-02 09:32:27 -07:00
uniform_sampling.py Re-apply #266 2017-04-25 21:17:04 -07:00