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

Import issues #1

Open
ahmed-akader opened this issue Mar 9, 2021 · 0 comments
Open

Import issues #1

ahmed-akader opened this issue Mar 9, 2021 · 0 comments

Comments

@ahmed-akader
Copy link

RAM_Net/train.py attempts to import some nonexistent trainer.trainer_no_recurrent -- in the main branch only. I figured I could just remove that line.

RAM_Net/model/metric.py has this import line from skimage.measure import compare_ssim as ssim which I had to change to from skimage.metrics import structural_similarity as ssim. I read that compare_ssim was going to be deprecated, but I haven't checked further; see the StackOverflow post here.

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

No branches or pull requests

1 participant