mirror of
https://github.com/wassname/pytorch-ts.git
synced 2026-06-27 18:06:19 +08:00
fixed warning
This commit is contained in:
@@ -3,6 +3,8 @@ from torch.distributions import Distribution, TransformedDistribution, AffineTra
|
||||
|
||||
|
||||
class ImplicitQuantile(Distribution):
|
||||
arg_constraints = {}
|
||||
|
||||
def __init__(
|
||||
self,
|
||||
implicit_quantile_function,
|
||||
|
||||
Reference in New Issue
Block a user