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.
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.