Merge branch 'master' of github.bus.zalan.do:zalandoresearch/pytorch-ts

This commit is contained in:
Kashif Rasul
2021-06-09 13:49:03 +02:00
+1
View File
@@ -515,6 +515,7 @@ class ImplicitQuantileOutput(IndependentDistributionOutput):
available_domain_map_cls = {
"Positive": nn.Softplus,
"Real": nn.Identity,
"Unit": nn.Softmax,
}
assert (
output_domain in available_domain_map_cls.keys()