superAE
superAE copied to clipboard
RuntimeError: The size of tensor a (128) must match the size of tensor b (64) at non-singleton dimension 1
/home/TengWei/SAE/models/attention.py:32: UserWarning: Implicit dimension choice for softmax has been deprecated. Change the call to include dim=X as an argument.
weights = self.softmax(weights) # batch * time
Traceback (most recent call last):
File "train.py", line 345, in
请问有遇到这个问题吗?
@jufengada 请问这个问题解决了吗?