Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev -> main #770

Merged
merged 8 commits into from
Jul 2, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
sorting
  • Loading branch information
priyakasimbeg committed Jul 2, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit ea586fe2f2882b55d2d269905da70ed3f83b9d9b
4 changes: 1 addition & 3 deletions scoring/performance_profile.py
Original file line number Diff line number Diff line change
@@ -26,6 +26,7 @@
the dictionary of submissions.
"""
import itertools
import logging
import operator
import os
import re
@@ -36,9 +37,6 @@
import numpy as np
import pandas as pd
from tabulate import tabulate
import re

import logging

from algorithmic_efficiency.workloads.workloads import get_base_workload_name
import algorithmic_efficiency.workloads.workloads as workloads_registry
7 changes: 3 additions & 4 deletions scoring/score_submissions.py
Original file line number Diff line number Diff line change
@@ -12,20 +12,19 @@
--compute_performance_profiles
"""

import json
import operator
import os
import pickle

from absl import app
from absl import flags
from absl import logging
import numpy as np
import pandas as pd
import performance_profile
import scoring_utils
from tabulate import tabulate
import json
import pickle

import performance_profile

flags.DEFINE_string(
'submission_directory',