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?
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?