Skip to content

Commit

Permalink
Add ouputs to Pool
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviliz committed Oct 21, 2024
1 parent 9a0e58e commit df01e73
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/examples/standard_tempo_cnn.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,10 @@ int main(int argc, char* argv[]) {
tempoCNN->output("localTempoProbabilities").set(localTempoProbabilities);
tempoCNN->compute();

pool.add("tempoCNN.global_tempo", globalTempo);
pool.add("tempoCNN.localTempo", localTempo);
pool.add("tempoCNN.localTempoProbabilities", localTempoProbabilities);

// output results
cout << "------------- writing results to file " << outputFilename << " -------------" << endl;

Expand Down

0 comments on commit df01e73

Please sign in to comment.