Wilber
Wilber
请问关闭所有优化的情况下能正常跑吗? config.SwitchIrOptim(false);
看问题感觉很奇怪,CollectShape相当于是关掉所有优化运行,应当和关优化的效果相同的。 请问下能否Share下复现错误的模型呢,我本地复现下问题
请问这是在运行model模型挂出的问题还是说安装Paddle后 import paddle出现的问题呢?
Check if you have such direction! The checkpoints dir should be your direction which contains checkpoint. `tf.app.flags.DEFINE_string('checkpoint_dir', './logs/train', 'Directory to read checkpoint files') ` If you place in .../tensorflow_version/logs/train/checkpoint.ckpt `python`...
Hi, @tfeher can tf-trt dynamic_batch support the situation of being divided into multiple trt subgraphs now? And how should we set the shape information of the min, max, and opt...