Skip to content

Commit

Permalink
Merge pull request #8 from LowSh/2.0.9
Browse files Browse the repository at this point in the history
2.0.9
  • Loading branch information
LowSh authored Oct 7, 2023
2 parents 72a52f8 + 5feeced commit 8819708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/rst/utils.rst
Original file line number Diff line number Diff line change
Expand Up @@ -890,7 +890,7 @@ model_reduce
# p_path = os.path.realpath (__file__)
if(args.init):
init_p(args.np, os.path.realpath(__file__), args.hostpath, args.train_size,args.test_size, args.shuffle)
init_process(args.np, os.path.realpath(__file__), args.hostpath, args.train_size,args.test_size, args.shuffle)
else:
a = time.time()
run(args)
Expand Down

0 comments on commit 8819708

Please sign in to comment.