mirror of https://github.com/coqui-ai/TTS.git
Remove deterministic inference
This commit is contained in:
parent
a357f81ded
commit
3063846aa7
|
@ -125,7 +125,7 @@ class NewGenerationMixin(GenerationMixin):
|
||||||
- [`~generation.BeamSearchEncoderDecoderOutput`],
|
- [`~generation.BeamSearchEncoderDecoderOutput`],
|
||||||
- [`~generation.BeamSampleEncoderDecoderOutput`]
|
- [`~generation.BeamSampleEncoderDecoderOutput`]
|
||||||
"""
|
"""
|
||||||
setup_seed(seed)
|
#setup_seed(seed)
|
||||||
# 1. Handle `generation_config` and kwargs that might update it, and validate the `.generate()` call
|
# 1. Handle `generation_config` and kwargs that might update it, and validate the `.generate()` call
|
||||||
self._validate_model_class()
|
self._validate_model_class()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue