Skip to content

Commit

Permalink
fix prob_seq_drop
Browse files Browse the repository at this point in the history
  • Loading branch information
lucidrains committed Aug 6, 2023
1 parent 41df714 commit 45d2522
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
setup(
name = 'voicebox-pytorch',
packages = find_packages(exclude=[]),
version = '0.0.8',
version = '0.0.9',
license='MIT',
description = 'Voicebox - Pytorch',
author = 'Phil Wang',
Expand Down
2 changes: 2 additions & 0 deletions voicebox_pytorch/voicebox_pytorch.py
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,9 @@ def __init__(
self.sigma = sigma

self.voicebox = voicebox

self.cond_drop_prob = cond_drop_prob
self.prob_seq_drop = prob_seq_drop

self.odeint_kwargs = dict(
atol = ode_atol,
Expand Down

0 comments on commit 45d2522

Please sign in to comment.