This website requires JavaScript.
Explore
Help
Sign In
lorenzo.volpi
/
QuAcc
Watch
1
Star
0
Fork
You've already forked QuAcc
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
44d820d4ab
QuAcc
/
baselines
/
gde.py
6 lines
85 B
Python
Raw
Blame
History
import
numpy
as
np
def
get_score
(
pred1
,
pred2
)
:
return
np
.
mean
(
pred1
==
pred2
)
Reference in New Issue
View Git Blame
Copy Permalink