Yang Tongbao

Results 5 issues of Yang Tongbao

针对程序,我设定的是:训练一次辨别器,对应训练一次生成器。 我跑了大概20700多个epoch,但是从15600开始,训练的图像就出问题了,不知道程序是哪里出错。 ![捕获](https://user-images.githubusercontent.com/48815520/70887970-26c67400-201a-11ea-92bb-fc2ca6382fbd.PNG)

A OperatorNotAllowedInGraphError throw out when I train AnimeGAN, witch I choose 'wgan-gp' as the defualt training gan. Exception trace log as follows: ``` ['', '/usr/lib/python37.zip', '/usr/lib/python3.7', '/usr/lib/python3.7/lib-dynload', '/usr/local/lib/python3.7/dist-packages', '/usr/lib/python3/dist-packages', '/hy-tmp/AnimeGANv2-master/tools/..']...

I got a RuntimeError when running trian.py, it seems that the shepe of pred_vel and contact not matched. Here are the infomation: 我照着程序跑的时候出问题了,应该是计算foot sliding loss中的两个张量形状不一样。报错信息如下: ``` File "C:\Users\smki\anaconda3\envs\dl\lib\runpy.py", line 265,...

Error accur when build with android studio. How to fix it? 用android studio构建的时候出错。step都是一样的,不知道是哪里出了问题。求解 error infomation as follows: ``` Build command failed. Error while executing process C:\Users\Tongbao\AppData\Local\Android\Sdk\cmake\3.10.2.4988404\bin\ninja.exe with arguments {-C E:\UserPeofile\Documents\AndroidProject\ncnn-android-styletransfer\app\.cxx\cmake\debug\arm64-v8a...

Does planer support pytorch LSTM layer? 请问该项目是否支持pytorch的LSTM?