> from tvm import relay > import torch > from pytorch_pretrained_bert import BertTokenizer, BertModel, BertForMaskedLM > import logging > > logging.basicConfig(level=logging.INFO)
I used the code you pasted in the first issue and its able to generate complete relay function. Im not able to get error you mentioned. How to reproduce the below issue > TypeError: int() argument must be a string, a bytes-like object or a number, > not 'Call' --- [Visit Topic](https://discuss.tvm.ai/t/problems-when-import-bert-model-from-pytorch-relay/6659/5) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe from these emails, [click here](https://discuss.tvm.ai/email/unsubscribe/572b4f8c688f4300b570e8c0e356c59766203e4c59e81f0a654f0fcdf4dd5dd5).
