Git Product home page Git Product logo

Comments (8)

Stonesjtu avatar Stonesjtu commented on August 16, 2024 1

@RobinFrcd I've uploaded a new version 0.2.4 manually onto pypi, could you try upgrading it?

from pytorch_memlab.

Stonesjtu avatar Stonesjtu commented on August 16, 2024

Can you post the full stack trace and your PyTorch version?

from pytorch_memlab.

ProGamerGov avatar ProGamerGov commented on August 16, 2024

Using PyTorch 1.8.0+cu101 results in:

from pytorch_memlab import MemReporter

Results in:

---------------------------------------------------------------------------

RuntimeError                              Traceback (most recent call last)

<ipython-input-4-f9afd24a6183> in <module>()
----> 1 from pytorch_memlab import MemReporter

5 frames

/usr/local/lib/python3.7/dist-packages/pytorch_memlab/__init__.py in <module>()
      1 from .courtesy import Courtesy
      2 from .mem_reporter import MemReporter
----> 3 from .line_profiler import LineProfiler, profile, profile_every, set_target_gpu, clear_global_line_profiler
      4 try:
      5     from .line_profiler.extension import load_ipython_extension

/usr/local/lib/python3.7/dist-packages/pytorch_memlab/line_profiler/__init__.py in <module>()
      1 from .line_profiler import LineProfiler
----> 2 from .profile import profile, profile_every, set_target_gpu, clear_global_line_profiler

/usr/local/lib/python3.7/dist-packages/pytorch_memlab/line_profiler/profile.py in <module>()
      4 
      5 global_line_profiler = LineProfiler()
----> 6 global_line_profiler.enable()
      7 
      8 

/usr/local/lib/python3.7/dist-packages/pytorch_memlab/line_profiler/line_profiler.py in enable(self)
     88         try:
     89             torch.cuda.empty_cache()
---> 90             self._reset_cuda_stats()
     91         # Pytorch-1.7.0 raises AttributeError while <1.6.0 raises AssertionError
     92         except (AssertionError, AttributeError) as error:

/usr/local/lib/python3.7/dist-packages/pytorch_memlab/line_profiler/line_profiler.py in _reset_cuda_stats(self)
     80 
     81     def _reset_cuda_stats(self):
---> 82         torch.cuda.reset_peak_memory_stats()
     83         torch.cuda.reset_accumulated_memory_stats()
     84 

/usr/local/lib/python3.7/dist-packages/torch/cuda/memory.py in reset_peak_memory_stats(device)
    236     """
    237     device = _get_device_index(device, optional=True)
--> 238     return torch._C._cuda_resetPeakMemoryStats(device)
    239 
    240 

RuntimeError: invalid argument to reset_peak_memory_stats

from pytorch_memlab.

Stonesjtu avatar Stonesjtu commented on August 16, 2024

Well it looks like pytorch's keeping changing the Error type it raised for no GPU situation.

Can you try catch an extra RuntimeError here at /usr/local/lib/python3.7/dist-packages/pytorch_memlab/line_profiler/line_profiler.py:92

from pytorch_memlab.

Stonesjtu avatar Stonesjtu commented on August 16, 2024

Probably we should use torch.cuda.is_available() instead of try-catch block.

from pytorch_memlab.

RobinFrcd avatar RobinFrcd commented on August 16, 2024

@Stonesjtu Hi and thanks for the fix!
Would it be possible to make a Pypi release with this MR ?

Thanks

from pytorch_memlab.

Stonesjtu avatar Stonesjtu commented on August 16, 2024

The travis-ci seems broken, working on that.

from pytorch_memlab.

RobinFrcd avatar RobinFrcd commented on August 16, 2024

@Stonesjtu Perfect, it works like a charm! Thank you very much for the prompt release! 👍

from pytorch_memlab.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.