Add manual seed

This commit is contained in:
Eren Golge 2018-05-11 03:47:30 -07:00
parent b4bd713581
commit 3c55aed6a4
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ from datasets.LJSpeech import LJSpeechDataset
from models.tacotron import Tacotron
from layers.losses import L1LossMasked
torch.manual_seed(1)
use_cuda = torch.cuda.is_available()
parser = argparse.ArgumentParser()