feat: plot 2d latent space + signal handling + fix SGD in Sampler
This commit is contained in:
@@ -31,5 +31,5 @@ class Identity(ActivationFunc):
|
||||
def __call__(self, x):
|
||||
return x
|
||||
|
||||
def d(x):
|
||||
def d(self, x):
|
||||
return 1
|
||||
|
||||
Reference in New Issue
Block a user