SinoKiwi

Results 2 comments of SinoKiwi

Oh,the code I used lazy is like this: ```python def get_batches(sz, pad=0): for i in range(0, len(datatmp), sz): n=0 srcdata = [] trgdata = [] for j in range(n, sz):...

I'm sorry but it has the same error when I use torch2.0.0 and just torch.from_numpy(not using Variable). Here is the output: ``` Traceback (most recent call last): File "train.py", line...