Stonesjtu / pytorch_memlab

Profiling and inspecting memory in pytorch
MIT License
1.01k stars 37 forks source link

Jupyter Support Issues #36

Closed ChenPaulYu closed 3 years ago

ChenPaulYu commented 3 years ago

Hi, thanks for this awesome package, it indeed help me a lot. However, when i try to run some basic code from the jupyter demo provide by you. I have a error [TypeError: can only concatenate tuple (not "list") to tuple], and do not know how to solve the issues.

error

My environment settings is

  1. python==3.8.8
  2. torch==1.8.1+cu102
  3. pytorch-memlab==0.2.3
  4. ipykernel==5.5.3
  5. ipython==7.22.0

Do you have any idea how to solve this issues ? Thanks for your attention, hope to get your reply soon.

Stonesjtu commented 3 years ago

Should be the python version