-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
在使用test.py时发现
这个错误是由于 torch.cat 函数接收到一个空的张量列表。这个操作需要至少包含一个张量的列表,如果列表为空,就会引发 NotImplementedError。
所以对test.py进行了简单修改(不一定正确,但是修改后,程序不会出bug)
下面是修改后的test.py
test.zip
Metadata
Metadata
Assignees
Labels
No labels