diff options
author | Jordan Gong <jordan.gong@protonmail.com> | 2021-03-25 15:46:31 +0800 |
---|---|---|
committer | Jordan Gong <jordan.gong@protonmail.com> | 2021-03-25 15:46:31 +0800 |
commit | 8dd0c42dc341445987c6a907df909155a8b9abd2 (patch) | |
tree | c8b2ceedbb2513662b4cf151121ddf3ca2deb187 /.idea | |
parent | 478ecf50f3dd9e2c2f8ca62e6ecd4a65b2cc7c3a (diff) | |
parent | 104c6fbf0686828ed299b2a8bda1806a9b45f440 (diff) |
Merge branch 'data_parallel' into data_parallel_py3.8data_parallel_py3.8
# Conflicts:
# models/model.py
Diffstat (limited to '.idea')
-rw-r--r-- | .idea/csv-plugin.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/.idea/csv-plugin.xml b/.idea/csv-plugin.xml new file mode 100644 index 0000000..5e5cec1 --- /dev/null +++ b/.idea/csv-plugin.xml @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="CsvFileAttributes"> + <option name="attributeMap"> + <map> + <entry key="/models/model.py"> + <value> + <Attribute> + <option name="separator" value="," /> + </Attribute> + </value> + </entry> + </map> + </option> + </component> +</project>
\ No newline at end of file |