PINO icon indicating copy to clipboard operation
PINO copied to clipboard

Some error in train_utils/losses.py

Open xubonan opened this issue 1 year ago • 0 comments

In line 131, code index_t = torch.zeros(nx,).long() should be modified to index_t = torch.zeros(nt,).long()

xubonan avatar May 10 '23 06:05 xubonan