nasheqlbrm
nasheqlbrm
I am running into a Malformed class name error when trying to run a simple CAPS example locally (see screenshot below). I am on a mac and using the Zeppelin...
Fix plot_function by adding a steps parameter to torch.linspace. Currently plot_function throws a _TypeError: linspace() missing 1 required positional arguments: "steps"_ This fixes the issue referenced in https://github.com/fastai/fastbook/issues/399 (__init__.py deprecation...
The __init__ of EntropyRegularizer accepts up to one argument (called `limit`) but two are being passed in: https://github.com/cvxgrp/rsw/blob/c152a12381ee1551ad78e6163a948a12c70e4975/rsw/regularizers.py#L34 We will end up with an error at https://github.com/cvxgrp/rsw/blob/c152a12381ee1551ad78e6163a948a12c70e4975/rsw/regularizers.py#L78