-
Notifications
You must be signed in to change notification settings - Fork 41
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
About negative samples #17
Comments
It actually produces the sample inside 25m and is used for evaluation. It cannot be deleted. |
I mean the negative samples for training. the |
First, as I remember, Second, Third, when you think any variables or codes may be redundant, just delete them and see what will happen. Then you will know what they are used for. Thanks. |
Hi, I have some doubts aoubt the line 84 of ibl/utils/data/dataset.py
self.train_neg = [self.train_neg[idx] for idx in select]
I don't know the effect of this line, maybe it can't help to produce the negative samples outside 25m.
Maybe it should be deleted?
The text was updated successfully, but these errors were encountered: