pyJoules icon indicating copy to clipboard operation
pyJoules copied to clipboard

A Python library to capture the energy consumption of code snippets

Results 20 pyJoules issues
Sort by recently updated
recently updated
newest added

Hi there, I'm trying pyJoules in a linux docker (ubuntu 16.04) running on MacOS 10.13.6. However, when I try to run a simple script about pyJoules (shown as below), I...

Hi, thanks for building this library! I see in the docs and from the issue #6 that the energy consumption is supposed to be in uJ (1e-6J), but this doesn't...

Hi, How do we cite your package in our academic paper? Do you guys have a `bibtex` file I could use?

Hi, I am trying to install pyJouls via pip. But I get the following error: ERROR: Could not find a version that satisfies the requirement pyJouls (from versions: none) ERROR:...

some rows contains negative energy

bug

I am monitoring energy consumption of a pytorch model. I am sampling several times during training loop with EnergyContext and record (code snippet below). I am noticing that there are...

I've been using pyJoules to measure the energy consumption of a rather long machine learning inference and I have, in one case, a negative value. In the output cvs file,...

@altor @rouvoy @chakib-belgaid @danglotb I have the following code snippet running on Ubuntu 20.04 on Windows Subsystem for Linux (WSL). ``` from pyJoules.energy_meter import measure_energy @measure_energy def foo(): print("HERE") foo()...

Hello, When I run `pyJoules`, I have the following error: ```txt PermissionError: [Errno 13] Permission denied: '/sys/class/powercap/intel-rapl/intel-rapl:0/intel-rapl:0:2/energy_uj' ``` I do not understand what I did to have less permission on...

the class that will be mainly used (`measureit`, `EnergyContext`, `Sample`) must be located in the `pyJoules` package