diff --git a/setup.py b/setup.py index 2ace037..272aae9 100644 --- a/setup.py +++ b/setup.py @@ -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', diff --git a/voicebox_pytorch/voicebox_pytorch.py b/voicebox_pytorch/voicebox_pytorch.py index caa85ee..de683fb 100644 --- a/voicebox_pytorch/voicebox_pytorch.py +++ b/voicebox_pytorch/voicebox_pytorch.py @@ -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,