drtensor 0.0.2

Creator: bradpython12

Last updated:

Add to Cart

Description:

drtensor 0.0.2

Doctor Tensor 🩺
pip install drtensor


Debug tool to help pytorch modeling

📦 Installation
We assume you have the pytorch already installed. Or this library doesn't serve any purpose.
pip install drtensor

🚀 Usage
With clause
from drtensor.doctor import DrTensor


model = reset_model()

dr_tensor = DrTensor(resnet=model)

with dr_tensor:
y_ = model(torch.randn(1, 3, 224, 224))

# check the logs
print(dr_tensor.logs[-5:])

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files:

Customer Reviews

There are no reviews.