Skip to content

Commit cd6b311

Browse files
authored
Merge pull request #17 from sb-ai-lab/dev
Apdate list of CPU with new one published by AMD, Apple, Intel, Qualc…
2 parents aa3a1f9 + 32cbc95 commit cd6b311

31 files changed

+5334
-3368
lines changed

.gitignore

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
test.ipnb
22
venv/*
33
my_emission_file.csv
4-
.DS_Store
4+
.DS_Store
5+
PyPiUpdate.md
6+
__pycache__/*
7+
dist/*
8+
*.pyc
9+
*.pyo
10+
*.pyd
11+
*.pyw
12+
*.pyz
13+
eco2ai/__pycache__/*

eco2ai/.DS_Store

-6 KB
Binary file not shown.
-544 Bytes
Binary file not shown.
-570 Bytes
Binary file not shown.
-542 Bytes
Binary file not shown.
-22.8 KB
Binary file not shown.
-29.5 KB
Binary file not shown.
-22.7 KB
Binary file not shown.
-15.4 KB
Binary file not shown.
-20.6 KB
Binary file not shown.
-15.5 KB
Binary file not shown.

eco2ai/data/config.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"project_name": "YourProjectName", "experiment_description": "training the <your model> model", "file_name": "my_emission_file.csv", "measure_period": 10, "pue": 1}
1+
{"project_name": "mnist_training", "experiment_description": "Training MNIST Model", "file_name": "emission.csv", "measure_period": 10, "pue": 1}

0 commit comments

Comments
 (0)