fastai / course22

The fast.ai course notebooks
https://course.fast.ai
2.39k stars 934 forks source link

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

Open amaboh opened 1 year ago

amaboh commented 1 year ago

…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

review-notebook-app[bot] commented 1 year ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB