carter54
carter54
any tutorial to deploy gluon gpt-2 model with TVM?
Thanks @sxjscience. Looking forward to try it~
@sxjscience Thanks a lot! I will have a try
@devsentient @evah88 I'm also trying to transfer model from huggingface to mxnet by matching parameter names, but I am transfering GPT 2. Initially I also got different results from hugginface...
 导入的时候报了一些错。。
@yuxianzhi 多谢回复~ 如果用bolt.h,是指代码里的c++的API都要换成C的API吗? 比如creatPipeline要换成CreateModel ?
@yuxianzhi 好的 谢谢~
@jacky4323 I'm facing the same issue... Check failed: op != nullptr Operator stack_neighbor is not registered
It seems only the yolo branch mxnet has stack_neighbor in src/operator/tensor/matrix_op.xx , while the master branch only has stack/stack_op
output.name gives you a tensor name (' sample_sequence/while/Exit_3:0') not a node name. I guess you should put [ 'sample_sequence/while/Exit_3'] as argument 3 in tf.graph_util.convert_variables_to_constants