course22 icon indicating copy to clipboard operation
course22 copied to clipboard

Typo error: np.clip() method for numpy refered to Pytorch instead of …

Open amaboh opened this issue 2 years ago • 1 comments

…torch.clib()

A type error is used to refer to numpy's np.clip() instead Pytorch's torch.clib() which is the alias of torch.clamp() https://pytorch.org/docs/stable/generated/torch.clip.html?highlight=torch+clip#torch.clip

amaboh avatar May 19 '23 06:05 amaboh

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB