When I compile the model, I get the error below. I can't find any information about it online.
[I util.cpp:23] %110 : (Tensor, Tensor) = prim::TupleConstruct(%108, %e.1)
[I op.cpp:88] [I] 108: 0 Tensor [16, 32, 512] Float
[I op.cpp:88] [I] e.1: 0 Tensor [16] Int
[I op.cpp:111] [O] 110: 0 (Tensor, Tensor)
[F compiler.cpp:149] Check failed: onames_left.empty()
Aborted
compile failed, exit code=134
<class 'SystemExit'> 134 <traceback object at 0x7f34ef0fd410>
I don't know what this error means, and I don't know why? I'm doing everything right in python.