Open baoalita opened 6 years ago
Have u solved this problem? I met the same problem, but I thought the problem is that transfromer_ae model is designed for image_generation problem, because it claims that "We suggest to use the Image Transformer, i.e., --model=imagetransformer, or the Image Transformer Plus, i.e., --model=imagetransformerpp that uses discretized mixture of logistics, or variational auto-encoder, i.e., --model=transformer_ae. "
The problem is compress_filter_size should be the same as the hidden_size, after that, it works.
but what is the detailed reason..
I'd like to train a transformer_ae model using translate_ende_wmt32k problem. Parts of my commands is copied as below.
And then I got ValueError:
My local environment is:
Is there anything wrong with my command?