Results 5 comments of huzp

> > 有人能提供一份代码吗 > > 自己加不就好了吗?ResidualBlock不难实现啊,就两个卷积层A D中间加同样输出尺寸的卷积层BC,D的输出=A+D。随便看个文章跟着实现就好了 谢谢

> Thanks for your reply! > When I test the code using my dataset,the following error occurred: > > =============== Load Meta-trained Model parameters... ============== > Traceback (most recent call...

> Please @784682065 I'm facing a problem when i load the pretrained model , specially when it reads the checkpoint > this is the error .. how did you kindly...

> I have the same issue,how did you solve it? I solved this problem whit this link https://github.com/decisionforce/TPN/pull/30/commits/b02523d94d39f4439bc081d8097c054ca010d6ce

> I'm guessing this happens if you've installed both, ffmpeg and ffmpeg-python. > uninstall both with: > `pip uninstall ffmpeg` > `pip uninstall ffmpeg-python` > > and install ffmpeg-python again...