diff options
author | Jordan Gong <jordan.gong@protonmail.com> | 2022-03-17 17:05:10 +0800 |
---|---|---|
committer | Jordan Gong <jordan.gong@protonmail.com> | 2022-03-17 17:05:10 +0800 |
commit | 9723bf4b92b8c3fb779da6f4990ac702a68c7cc6 (patch) | |
tree | 0f1feba180f807143eb52fb29a701b3e1b67a5f9 /.idea | |
parent | d3cef6cf4d9a8c9afd2875bf76f072826a050f9b (diff) |
Add CSV logger
Diffstat (limited to '.idea')
-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 |