diff options
Diffstat (limited to '.idea/csv-plugin.xml')
-rw-r--r-- | .idea/csv-plugin.xml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/.idea/csv-plugin.xml b/.idea/csv-plugin.xml new file mode 100644 index 0000000..3263370 --- /dev/null +++ b/.idea/csv-plugin.xml @@ -0,0 +1,23 @@ +<?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 |