File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -54,8 +54,8 @@ def create_initial_config(
54
54
'io_parallel' or 'io_stream'. Defaults to 'io_parallel'.
55
55
namespace (str, optional): If defined, place all generated code within a namespace. Defaults to None.
56
56
write_weights_txt (bool, optional): If True, writes weights to .txt files which speeds up compilation.
57
- Defaults to False .
58
- write_tar (bool, optional): If True, compresses the output directory into a .tar.gz file. Defaults to True .
57
+ Defaults to True .
58
+ write_tar (bool, optional): If True, compresses the output directory into a .tar.gz file. Defaults to False .
59
59
60
60
Returns:
61
61
dict: initial configuration.
Original file line number Diff line number Diff line change @@ -195,8 +195,8 @@ def create_initial_config(
195
195
'io_parallel' or 'io_stream'. Defaults to 'io_parallel'.
196
196
namespace (str, optional): If defined, place all generated code within a namespace. Defaults to None.
197
197
write_weights_txt (bool, optional): If True, writes weights to .txt files which speeds up compilation.
198
- Defaults to False .
199
- write_tar (bool, optional): If True, compresses the output directory into a .tar.gz file. Defaults to True .
198
+ Defaults to True .
199
+ write_tar (bool, optional): If True, compresses the output directory into a .tar.gz file. Defaults to False .
200
200
201
201
Returns:
202
202
dict: initial configuration.
You can’t perform that action at this time.
0 commit comments