Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
thejaminator committed Mar 26, 2023
1 parent 0c8bc0f commit 6f72e5a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions elk/evaluation/evaluate.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ class Eval(Serializable):

def execute(self):
transfer_eval = elk_reporter_dir() / self.source / "transfer_eval"
# TODO: Why is this different?
# cols = ["layer", "loss", "acc", "cal_acc", "auroc"]

run = Evaluate(cfg=self, out_dir=transfer_eval)
run.evaluate()
Expand Down

0 comments on commit 6f72e5a

Please sign in to comment.