Skip to content

Commit

Permalink
Merge pull request #35 from 0X0StradSong/main
Browse files Browse the repository at this point in the history
P236 & enhancing trust
  • Loading branch information
ctlllll authored Jul 22, 2024
2 parents 05bff42 + 0bc570e commit f90cf40
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions constants/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ class CompetitionParameters:
COMPETITION_SCHEDULE: List[CompetitionParameters] = [
CompetitionParameters(
reward_percentage=1.0,
competition_id="p247",
competition_id="p236",
),
]
ORIGINAL_COMPETITION_ID = "p247"
CONSTANT_ALPHA = 0.1 # prev: 0.2
timestamp_epsilon = 0.01 # enhance vtrust
ORIGINAL_COMPETITION_ID = "p236"
CONSTANT_ALPHA = 0.2 # enhance vtrust
timestamp_epsilon = 0.06 # enhance vtrust

assert math.isclose(sum(x.reward_percentage for x in COMPETITION_SCHEDULE), 1.0)

Expand Down
Binary file modified tts_rater/rawnet/antispoofing_embeds.pth
Binary file not shown.
Binary file modified tts_rater/vec_gt.pth
Binary file not shown.

0 comments on commit f90cf40

Please sign in to comment.