You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a variety of helper functions that make people's lives easier, that are easy to miss in the documentation (or aren't present), which include: to_numpy, remove_grad, imshow, load_images.
Then there's stuff like rescale and the like.
Basically, I think the current contents of tools are hard for users to find. Write docs pages specifically about them?
The text was updated successfully, but these errors were encountered:
We have a variety of helper functions that make people's lives easier, that are easy to miss in the documentation (or aren't present), which include:
to_numpy
,remove_grad
,imshow
,load_images
.Then there's stuff like
rescale
and the like.Basically, I think the current contents of
tools
are hard for users to find. Write docs pages specifically about them?The text was updated successfully, but these errors were encountered: