-
Notifications
You must be signed in to change notification settings - Fork 965
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix parse bug #904
base: master
Are you sure you want to change the base?
Fix parse bug #904
Conversation
It's ok on torch1.6.0 |
我刚试过,在torch1.5.1中,当output_shape_str=['%500 : Float', '1, 256, 20, 20', ' ']时,在torch1.6.0中是['%500 : Float', '1:102400, 256:400, 20:20, 20:1', ' ``'],这种情况下在目前的mmdnn版本下也是能正确解析的。
当output_shape_str=['%500 : Double', ' ']时,解析出来就是空字符串‘ ’了,转换为int型就报错了。这种情况怎么处理呢?
|
@lxgyChen do you use
And mmdnn does not support |
@Sundrops 上面的output_shape_str=['%500 : Double', ' ']还没到 |
@lxgyChen As mentioned above, |
@Sundrops 好的,我研究一下。怎么避免 |
#882