Skip to content
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

colab version compatibility issues #7

Closed
wants to merge 8 commits into from
Closed

colab version compatibility issues #7

wants to merge 8 commits into from

Conversation

ExAxoncel
Copy link

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
Copy link
Owner

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 ExAxoncel marked this pull request as ready for review May 22, 2020 23:58
@ExAxoncel ExAxoncel closed this May 22, 2020
@ExAxoncel
Copy link
Author

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

@CyFeng16
Copy link
Owner

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

@ExAxoncel
Copy link
Author

😉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants