Karthi0804

- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Karthi0804 created a post, Pycharm Debug Evaluate Expression display incorrect torch.cuda.memory values
The following code works properly: test = torch.randn((10, 10), device="cuda:0")print(torch.cuda.memory_snapshot())del testprint(torch.cuda.memory_snapshot())torch.cuda.empty_cache()print(torch.cud...