HUANG HAO
HUANG HAO
line 72 :param Tensor x: Should be the output of the encoder, rather than decoder.
I override the default widget’s template by creating your own template and saving it under markdownx/widget.html, but the django still uses default widget. Finally, I added ``` FORM_RENDERER = 'django.forms.renderers.TemplatesSetting'...
When I specify the device type = 'gpu' and run the gae. ` ga = GAE(input_dim=1, hidden_dim=128, device_type="gpu", epochs=2) ga.learn(x) ` Error: ` RuntimeError: Expected all tensors to be on...