Skip to content

Commit

Permalink
Merge branch 'master' into stft
Browse files Browse the repository at this point in the history
  • Loading branch information
nihui authored Nov 22, 2024
2 parents 14dec19 + c043612 commit 55d8f25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/pnnx/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ int main(int argc, char** argv)

pnnx::pass_level2(pnnx_graph);

pnnx_graph.save("debug.param", "debug.bin");
// pnnx_graph.save("debug.param", "debug.bin");

if (optlevel >= 1)
{
Expand All @@ -347,7 +347,7 @@ int main(int argc, char** argv)
pnnx::pass_level4(pnnx_graph);
}

pnnx_graph.save("debug2.param", "debug2.bin");
// pnnx_graph.save("debug2.param", "debug2.bin");

if (optlevel >= 2)
{
Expand Down

0 comments on commit 55d8f25

Please sign in to comment.