{"id":24912843,"url":"https://github.com/raynardj/drtensor","last_synced_at":"2025-03-28T04:36:56.929Z","repository":{"id":234265331,"uuid":"788561269","full_name":"raynardj/drtensor","owner":"raynardj","description":"Debug tool to help pytorch modeling","archived":false,"fork":false,"pushed_at":"2024-04-19T05:24:46.000Z","size":26,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-05T05:46:49.419Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/raynardj.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2024-04-18T16:50:34.000Z","updated_at":"2024-04-18T17:12:08.000Z","dependencies_parsed_at":"2024-04-18T18:00:29.839Z","dependency_job_id":"faecaf01-747f-4763-af51-54ed1fd773eb","html_url":"https://github.com/raynardj/drtensor","commit_stats":null,"previous_names":["raynardj/drtensor"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raynardj%2Fdrtensor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raynardj%2Fdrtensor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raynardj%2Fdrtensor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raynardj%2Fdrtensor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/raynardj","download_url":"https://codeload.github.com/raynardj/drtensor/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245972638,"owners_count":20702710,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-02-02T05:28:44.825Z","updated_at":"2025-03-28T04:36:56.908Z","avatar_url":"https://github.com/raynardj.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Doctor Tensor 🩺\n\n```\npip install drtensor\n```\n\n\u003e Debug tool to help pytorch modeling\n\n## 📦 Installation\nWe assume you have the pytorch already installed. Or this library doesn't serve any purpose.\n\n```bash\npip install drtensor\n```\n\n## 🚀 Usage\n### With clause\n```python\nfrom drtensor.doctor import DrTensor\n\n\nmodel = reset_model()\n\ndr_tensor = DrTensor(resnet=model)\n\nwith dr_tensor:\n    y_ = model(torch.randn(1, 3, 224, 224))\n\n# check the logs\nprint(dr_tensor.logs[-5:])\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraynardj%2Fdrtensor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fraynardj%2Fdrtensor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraynardj%2Fdrtensor/lists"}