File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -19,9 +19,6 @@ def main(args):
19
19
save_path = Path (output_path , f"{ unique_time_string } _nclusters_{ args .num_clusters } _{ network_name } " )
20
20
tensorboard_path = Path (save_path , "logs" )
21
21
writer = SummaryWriter (tensorboard_path )
22
-
23
-
24
- os .makedirs (tensorboard_path )
25
22
26
23
tree = ET .parse (args .config_path )
27
24
root = tree .getroot ()
Original file line number Diff line number Diff line change 18
18
<param name =" inputCountsFile" value =" i-15-counts.xml" />
19
19
<param name =" writeCountsInterval" value =" 1" />
20
20
<param name =" averageCountsOverIterations" value =" 1" />
21
- <param name =" countsScaleFactor" value =" 5 " /></module >
21
+ <param name =" countsScaleFactor" value =" 1 " />< param name = " countsScaleFactor " value = " 1 " /></module >
22
22
23
23
<module name =" controller" >
24
24
<param name =" outputDirectory" value =" ./i-15-output" />
You can’t perform that action at this time.
0 commit comments