Skip to content

Commit

Permalink
Related to Issue/Enchancement os-climate#184 (#2)
Browse files Browse the repository at this point in the history
Contains modified inferencing coded for both Relevance and KPI Inferencing phases of the inference pipeline to add benchmarking steps.
Both models have been benchmarked thoroughly and includes the following metrics:
1) Relevance Model:
    - Total Number of Data Points Processed
    - Total Inference Time
    - Average Number of Pages Per PDF
    - Average Inference Time Per PDF
    - Minimum Inference Time of PDF
    - Maximum Inference Time of PDF
    - Std of Inference Times of PDFs
    - Average Time Per Data Point Processed
    - Average Data Points Processed Per Second
2) KPI Model:
    - Total Number of Data Points Processed
    - Total Inference Time
    - Average Inference Time Per CSV
    - Minimum Inference Time of CSV
    - Maximum Inference Time of CSV
    - Std of Inference Times of CSVs
    - Average Time Per Data Point Processed
    - Average Data Points Processed Per Second

Signed-off-by: [Rishikesh Gawade](https://github.com/rishirich/)

Signed-off-by: [Rishikesh Gawade](https://github.com/rishirich/)
  • Loading branch information
rishirich authored Aug 10, 2022
1 parent 632a848 commit 1961fab
Showing 1 changed file with 419 additions and 584 deletions.
Loading

0 comments on commit 1961fab

Please sign in to comment.