You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on github.com and signed with GitHub’s verified signature.
The key has expired.
New features
Added set_cache_maxsize, a setter of maxsize for lru_cache, and cache_maxsize, a getter of maxsize for lru_cache. By increasing this maxsize, the size that can store the results of get_params (≒ forward of the Distribution class) becomes larger. This will speed up most VAE implementations!