mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-15 21:00:47 +00:00
Summary: It looks like for the types that are created directly through type(...) function call, we don't store the strong references anywhere. As a result a GC call in Python might/or might not clean up these classes depending on the phase of the moon and other random things. This results in a fact that in some cases simple layers as a Relu might disappear. cat_shame Reviewed By: xianjiec Differential Revision: D4396289 fbshipit-source-id: ba4e9b7ef54ee43349853b0acc3d3f40c74e4d73 |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| batch_lr_loss.py | ||
| concat.py | ||
| dot_product.py | ||
| expand_dims.py | ||
| fc.py | ||
| layers.py | ||
| simple_operator_layers.py | ||
| sparse_lookup.py | ||
| sparse_to_dense.py | ||
| split.py | ||
| tags.py | ||