Necolizer

Results 5 comments of Necolizer

Same issue for me. Using descriptions like `object in hand` would get both `object` and `hand` results. Despite this limitation, this work is great and easy-to-implement. Thanks to the authors'...

I set all mini/micro batch size < train/test batch size. It solves this `batch size must be positive` problem in my project.

> I set all mini/micro batch size < train/test batch size. It solves this `batch size must be positive` problem in my project. This may not be the solution. Sorry...