pytorch/caffe2/python/layers
Huazhong Ning f7ad13694c support model init
Summary:
a parameter can be initialized multiple times in init_net if parameter sharing is enabled. With the original implementation, only the first parameter init will be replaced by pre-trained parameters and the next are still unchanged. This overwrites the initialization with pre-trained parameters.
This diff fixes this issue and also support model init for ads-intent project

Reviewed By: dragonxlwang

Differential Revision: D5991291

fbshipit-source-id: 36173f6239c56bd0d604a77bd94e36072f32faa7
2017-10-19 15:56:37 -07:00
..
__init__.py Re-license to Apache 2017-09-28 16:22:00 -07:00
add_bias.py Re-license to Apache 2017-09-28 16:22:00 -07:00
arc_cosine_feature_map.py Re-license to Apache 2017-09-28 16:22:00 -07:00
batch_distill_lr_loss.py cast distill loss teacher label to float 2017-10-10 01:16:07 -07:00
batch_lr_loss.py Re-license to Apache 2017-09-28 16:22:00 -07:00
batch_mse_loss.py Re-license to Apache 2017-09-28 16:22:00 -07:00
batch_normalization.py Re-license to Apache 2017-09-28 16:22:00 -07:00
batch_sigmoid_cross_entropy_loss.py Re-license to Apache 2017-09-28 16:22:00 -07:00
batch_softmax_loss.py Re-license to Apache 2017-09-28 16:22:00 -07:00
build_index.py Re-license to Apache 2017-09-28 16:22:00 -07:00
concat.py Re-license to Apache 2017-09-28 16:22:00 -07:00
conv.py Re-license to Apache 2017-09-28 16:22:00 -07:00
dropout.py Re-license to Apache 2017-09-28 16:22:00 -07:00
fc.py Re-license to Apache 2017-09-28 16:22:00 -07:00
fc_without_bias.py Re-license to Apache 2017-09-28 16:22:00 -07:00
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 Re-license to Apache 2017-09-28 16:22:00 -07:00
last_n_window_collector.py Re-license to Apache 2017-09-28 16:22:00 -07:00
layers.py support model init 2017-10-19 15:56:37 -07:00
merge_id_lists.py Re-license to Apache 2017-09-28 16:22:00 -07:00
pairwise_dot_product.py Re-license to Apache 2017-09-28 16:22:00 -07: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 Re-license to Apache 2017-09-28 16:22:00 -07:00
reservoir_sampling.py Re-license to Apache 2017-09-28 16:22:00 -07:00
sampling_train.py Re-license to Apache 2017-09-28 16:22:00 -07:00
sampling_trainable_mixin.py Re-license to Apache 2017-09-28 16:22:00 -07:00
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 Re-license to Apache 2017-09-28 16:22:00 -07:00
sparse_feature_hash.py remove Alias in SparseFeatureHash 2017-10-19 13:24:20 -07:00
sparse_lookup.py Re-license to Apache 2017-09-28 16:22:00 -07:00
split.py Re-license to Apache 2017-09-28 16:22:00 -07:00
tags.py Tagging sparse parameters 2017-10-04 18:46:48 -07:00
uniform_sampling.py Re-license to Apache 2017-09-28 16:22:00 -07:00