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

[TODO]Even iteration take defective image, odd iteration take non-defective image sampling strategy #3

Open
zacario-li opened this issue Oct 23, 2020 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@zacario-li
Copy link
Owner

In paper, author use "Even iteration take defective image, odd iteration take non-defective image sampling strategy", I will try to implement it later.

@zacario-li zacario-li added the enhancement New feature or request label Oct 23, 2020
@zacario-li zacario-li self-assigned this Oct 23, 2020
@DCC-lzhy
Copy link

这个好解决的,可以仿照TensorFlow版本的,搞两个dataloader,针对Positive和Negtive,调用__iter__()后,用next()获得batch。

@zacario-li
Copy link
Owner Author

这个好解决的,可以仿照TensorFlow版本的,搞两个dataloader,针对Positive和Negtive,调用__iter__()后,用next()获得batch。

欢迎你提交个PR过来,我会merge进去

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

No branches or pull requests

2 participants