Operation Not Implemented Error

Hi, I am trying to convert a resnet ckpt file to relay, however, I met the following problem:

NotImplementedError: The following operators are not implemented: {‘InTopKV2’, ‘IteratorGetNext’, ‘OneShotIterator’, ‘ScalarSummary’}

Any suggestions? Thanks,

bypassing this problem, by using placeholder instead of iterator, deleting the tf.summar.scalar() and rephrasing in_top_k().

Hope there is a more elegant solution.