gde baseline added

This commit is contained in:
Lorenzo Volpi 2023-11-22 19:18:14 +01:00
parent 9324d1134e
commit f6d70e833d
1 changed files with 5 additions and 0 deletions

5
baselines/gde.py Normal file
View File

@ -0,0 +1,5 @@
import numpy as np
def get_score(pred1, pred2):
return np.mean(pred1 == pred2)