experiment-impact-tracker icon indicating copy to clipboard operation
experiment-impact-tracker copied to clipboard

Results 36 experiment-impact-tracker issues
Sort by recently updated
recently updated
newest added

Hi all, I am trying to run some experiments but am getting the following error: **PermissionError: [Errno 13] Permission denied: '/sys/class/powercap/intel-rapl/intel-rapl:0/energy_uj'** I am using a remote server that I cannot...

Good evening, I would like to try this library for research purposes, but tracking terminate with the following error: > AttributeError Traceback (most recent call last) > Cell In[11], line...

This is the output snippet from `nvidia-smi -x -q` with driver version 525.125.06 ``` ... P5 Supported 37.29 W 420.00 W 420.00 W 420.00 W 100.00 W 450.00 W ......

Hey, It seems like the PyPI package is not up to date at all anymore with the code and the documentation. Notably, the `ExperimentTracker` class has no `__enter__` method, resulting...

Probably caused by changes in pandas. **Symptom:** > D:\Upd\Programming\PythonCodeRepository\votenrank\utils.py in > 4 from tqdm.notebook import tqdm > 5 > ----> 6 from experiment_impact_tracker.data_interface import DataInterface > 7 from experiment_impact_tracker.data_utils import...

Fresh clone and package install on Windows. Python 3.9. (Had to downgrade pandas to 1.5.3 due to json normalize issue. Fix is in PR #77) Run `python my_experiment.py` Gives the...

Updating to Pandas 2.0 resulted in a few minor errors, and this PR should handle the issues I encountered. Fixes include - `pandas.io.json.json_normalize` is now located in `pandas.json_normalize` - `pandas.set_option('display.max_colwidth',...

DataInterface seems to be missing from the repository. I get the below error while running generate-carbon-impact-statement: Traceback (most recent call last): File "/experiment-impact-tracker/scripts/generate-carbon-impact-statement", line 25, in from experiment_impact_tracker.data_interface import DataInterface...

Reducing verbosity when calling load_regions_with_bounding_boxes