Maxim

Results 2 comments of Maxim

> > Has anybody trained a model for the layout2image task yet? I'm not quiet sure how my Bounding boxes input is supposed to look like. And what a proper...

I was able to solve this issue by using half precision. Here is what I changed (all in `knn2img.py`): 1. I applied `.half()` to the `model` on line 313, and...