sidsingla opened a new issue, #17890:
URL: https://github.com/apache/tvm/issues/17890
Hi,
I am getting the following error:
`exec = tvm.compile(mod_from_torch, target="llvm")
*** tvm._ffi.base.TVMError: Traceback (most recent call last):
7: _ZN3tvm7runtime13PackedFun
6: tvm::runtime::TypedPackedFunc<tvm::IRModule (tvm::relax::ExecBuilder,
tvm::IRModule)>::AssignTypedLambda<tvm::IRModule (*)(tvm::relax::ExecBuilder,
tvm::IRModule)>(tvm::IRModule (*)(tvm::relax::ExecBuilder, tvm::IRModule),
std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>
>)::{lambda(tvm::runtime::TVMArgs const&,
tvm::runtime::TVMRetValue*)#1}::operator()(tvm::runtime::TVMArgs const&,
tvm::runtime::TVMRetValue*) const
5: tvm::relax::relax_vm::VMCodeGen(tvm::relax::ExecBuilder, tvm::IRModule)
4: tvm::relax::relax_vm::CodeGenVM::Run(tvm::relax::ExecBuilder,
tvm::IRModule)
3: tvm::relax::relax_vm::CodeGenVM::Codegen(tvm::relax::Function const&)
2: tvm::relax::relax_vm::CodeGenVM::VisitExpr_(tvm::relax::SeqExprNode
const*)
1: tvm::relax::relax_vm::CodeGenVM::VisitExpr_(tvm::relax::CallNode const*)
0: _ZN3tvm7runtime6deta
File "/workspace/tvm/src/relax/backend/vm/codegen_vm.cc", line 156
TVMError: CodeGenVM cannot handle this intrinsic now:
Op(relax.nn.conv2d_transpose)`
I am looking to convert a GAN model with Conv2d-transpose layers.
Thanks.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]