select_random not updating Nlenses?
Opened this issue · 0 comments
jennykim1016 commented
I thought self.Nlenses
in db.py are the number of lenses in db.sample
(I assumed so because all the method operates on db.sample). In this case, shouldn't the method select_random
change the size of Nlenses
variable as db.sample
's size is changing? Thanks!