Pytorch-Memory-Utils icon indicating copy to clipboard operation
Pytorch-Memory-Utils copied to clipboard

.txt in Ubuntu 16.04

Open Ritz111 opened this issue 5 years ago • 2 comments

Hi, why cannot I find where the outputting .txt file is? It doesn`t in the current dir of my code. What I run is your example code and it runs in Ubuntu 16.04.

Ritz111 avatar Apr 23 '19 09:04 Ritz111

Did your code run with no error ? Just can't output the .txt ?
I'm not sure whether your path string is right or not. Can you tell me more about it ?

Oldpan avatar Apr 25 '19 02:04 Oldpan

I meet the same problem, and now I solve it. You should give your path a specific path just like"gpu_tracker = MemTracker(frame,path="/data/jackeywang/code/")".

JackeyWang777 avatar Feb 19 '20 17:02 JackeyWang777