gde baseline added

This commit is contained in:
Lorenzo Volpi 2023-11-22 19:18:14 +01:00
parent aaddc45c66
commit 23b74fad7b
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)