RuntimeError: output 1 (1
[ CPULongType{} ]) of traced region did not have observable data dependence with trace inputs; this probably indicates your program cannot be understood by the tracer.
原因maybe是 pytorch中forward应该return一个 tensor,而不是list,dict之类的



