Seriki commited on
Commit
97a649e
·
verified ·
1 Parent(s): 1f6ae44

Create Compute.ltx

Browse files
Files changed (1) hide show
  1. Compute.ltx +21 -0
Compute.ltx ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ \usepackage{hyperref}
3
+
4
+ \subsection{CO2 Emission Related to Experiments}
5
+
6
+ Experiments were conducted using {cloud provider} in region {region of compute}, which has a carbon efficiency of kgCO$_2$eq/kWh. A cumulative of {hours used} hours of computation was performed on hardware of type {hardware type} (TDP of W).
7
+
8
+ Total emissions are estimated to be {emission} kgCO$_2$eq of which {percentage offset} percents were directly offset by the cloud provider.
9
+
10
+ %Uncomment if you bought additional offsets:
11
+ %XX kg CO2eq were manually offset through \href{link}{Offset Provider}.
12
+
13
+ Estimations were conducted using the \href{https://mlco2.github.io/impact#compute}{MachineLearning Impact calculator} presented in \cite{lacoste2019quantifying}.
14
+
15
+ @article{lacoste2019quantifying,
16
+ title={Quantifying the Carbon Emissions of Machine Learning},
17
+ author={Lacoste, Alexandre and Luccioni, Alexandra and Schmidt, Victor and Dandres, seriki ,Thomas},
18
+ journal={arXiv preprint arXiv:1910.09700},
19
+ year={2019}
20
+ }
21
+