deepvoice3 icon indicating copy to clipboard operation
deepvoice3 copied to clipboard

errors in Hyperparams.py

Open FonzieTree opened this issue 7 years ago • 0 comments

Hi, kyubyong, thank for your great work, here i met one error, stated below: Traceback (most recent call last): File "train.py", line 96, in g = Graph(); print("Training Graph loaded") File "train.py", line 32, in init self.x, self.y1, self.y2, self.z, self.num_batch = get_batch() File "/home/fsm/deepvoice3-master/data_load.py", line 71, in get_batch _texts, _mels, _dones, _mags = load_train_data() # bytes File "/home/fsm/deepvoice3-master/data_load.py", line 44, in load_train_data if len(sent) <= hp.T_x: AttributeError: type object 'Hyperparams' has no attribute 'T_x' ################################################ May be we should changed T_x to Tx?

FonzieTree avatar Nov 22 '17 01:11 FonzieTree