CyFeng16 / MVIMP

Mixed Video and Image Manipulation Program
GNU General Public License v3.0
71 stars 20 forks source link

colab version compatibility issues #7

Closed ExAxoncel closed 4 years ago

ExAxoncel commented 4 years ago

tensorflow 2.2.0 has requirement scipy==1.4.1 plotnine 0.6.0 has requirement scipy>=1.2.0 albumentations 0.1.12 has requirement imgaug<0.2.7,>=0.2.5

CyFeng16 commented 4 years ago

The scipy version used in the original DAIN repository has been upgraded so that some functions are no longer available. We made a temporary trade-off and rolled back scipy to version 1.1.0, which cause the above error, to maintain its actual availability. We fixed this error in the latest PR, see #10 . It ’s good to see that you submitted this PR and try to fix this. Now you can pull the latest version and confirm that the situation has disappeared.

Have a good day with DAIN :)

ExAxoncel commented 4 years ago

谢谢您的采纳,因为我还是刚刚开始使用Github所以可能会有一些错误的点击(比如说更改了readme而本意是基于您的项目做二次开发),总之,感谢您的帮助,祝您有个好心情:) ps.事实上我将 scipy 的版本更改到 1.4.1 后成功的在 colab 里跑完了您的程序

CyFeng16 commented 4 years ago

只要不背离许可进行的二次开发都是可以的.希望这个项目有实实在在的帮到你哈哈.

ExAxoncel commented 4 years ago

😉