aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore2
-rw-r--r--.idea/csv-plugin.xml23
2 files changed, 2 insertions, 23 deletions
diff --git a/.gitignore b/.gitignore
index 1be7eb2..3cb274f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,5 @@
/runs/
/logs/
*/__pycache__/
+/.idea/
+/.vscode/ \ No newline at end of file
diff --git a/.idea/csv-plugin.xml b/.idea/csv-plugin.xml
deleted file mode 100644
index 3263370..0000000
--- a/.idea/csv-plugin.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project version="4">
- <component name="CsvFileAttributes">
- <option name="attributeMap">
- <map>
- <entry key="/logs/batch-cifar10-resnet50-256-lars-warmup.csv">
- <value>
- <Attribute>
- <option name="separator" value="," />
- </Attribute>
- </value>
- </entry>
- <entry key="/logs/epoch-cifar10-resnet50-256-lars-warmup.csv">
- <value>
- <Attribute>
- <option name="separator" value="," />
- </Attribute>
- </value>
- </entry>
- </map>
- </option>
- </component>
-</project> \ No newline at end of file