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
Using rsample, is_enumerable and other continuity checks we can figure out what methods are suitable to what problem. We should add functionality that lists all the methods that can be used.
Example: storch.get_methods(OneHotCategorical, is_differentiable=False, n=8) or something like this.
The text was updated successfully, but these errors were encountered:
Using rsample, is_enumerable and other continuity checks we can figure out what methods are suitable to what problem. We should add functionality that lists all the methods that can be used.
Example:
storch.get_methods(OneHotCategorical, is_differentiable=False, n=8)
or something like this.The text was updated successfully, but these errors were encountered: