cmusphinx / g2p-seq2seq

G2P with Tensorflow
Other
667 stars 196 forks source link

fail to froze the graph #199

Open sillytheif opened 3 years ago

sillytheif commented 3 years ago

Hi, I want to froze the model to conduct unittest. When I run the command "g2p-seq2seq --model_dir model_folder_bre --freeze" There exisits the bug: AssertionError: transformer/parallel_0_5/transformer/body/decoder/layer_0/self_attention/multihead_attention/dot_product_attention/Softmax is not in graph. I don't know how to fix this bug. I'll will be grateful for your help.

entenbein commented 3 years ago

Same here, hints would be appreciated!