Skip to content

PUE value #3

Answered by vladimir-laz
vanessam12 asked this question in Q&A
Discussion options

You must be logged in to vote

Dear @vanessam12 , thank for feedback on our library. We hope it can help in developing sustainable AI.
By default pue is set to 1.0. In order to set optional pue value you can configure in Tracking initialization:

import eco2ai

tracker = eco2ai.Tracker(
project_name="YourProjectName",
experiment_description="training model",
file_name="emission.csv”,
pue =
)

Please take into account that this is changing default parameter saved in library settings folder (plese look in readme -> use examples) and it will be used by default for next experiments until changed explicitly.

Further documentation you can get via help(eco2ai.Tracker) function or freely ask us in discussion.
Good luck in your f…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by vladimir-laz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
documentation Improvements or additions to documentation
2 participants