PaulCCCCCCH/Robustar_implementation

RDataManager inits the batch size with the wrong argument

Closed this issue · 1 comments

In the __init__ method of RDataManager, there seems to be a mismatch, self.batch_size = image_size.

Good catch! Thanks!

Fixed in PR #149