mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-15 21:00:47 +00:00
Summary: multiple places broken, blocking the push :( - fix the weighted training for ads and feeds - fix the publishing if no exporter model is selected - fix the feeds retrieval evaluation - added the default config for retrieval workflows. plan to use for flow test (in next diff) - clean up not used code - smaller hash size for faster canary test Reviewed By: chocjy Differential Revision: D4817829 fbshipit-source-id: e3d407314268b6487c22b1ee91f158532dda8807 |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| batch_distill_lr_loss.py | ||
| batch_lr_loss.py | ||
| batch_mse_loss.py | ||
| batch_sigmoid_cross_entropy_loss.py | ||
| batch_softmax_loss.py | ||
| concat.py | ||
| dot_product.py | ||
| expand_dims.py | ||
| fc.py | ||
| fc_without_bias.py | ||
| functional.py | ||
| layers.py | ||
| optimizers.py | ||
| sampling_train.py | ||
| sampling_trainable_mixin.py | ||
| simple_operator_layers.py | ||
| sparse_lookup.py | ||
| sparse_to_dense.py | ||
| split.py | ||
| tags.py | ||
| uniform_sampling.py | ||