Submitted by xl0 t3_ynheaf in MachineLearning
Hi! I made the ❤️ Lovely Tensors: https://github.com/xl0/lovely-tensors library.
It lets you visualize and summarize PyTorch tensors for human consumption:
Or display images (assuming it's RGB[A] data):
Or plot a histogram:
Or view channels (either colour channels of ConvNet activations):
I just released version 0.1.0
, which covers most things I had in mind for tensors. I plan on adding visualizations for nn.Modules
and other features in the near future. Would appreciate your feedback on both small bugs/features and the overall usability.
sugar_scoot t1_iv95xuc wrote
Lovely!