diff options
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | .idea/csv-plugin.xml | 23 |
2 files changed, 2 insertions, 23 deletions
@@ -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 |