Results 3 comments of Rob Miles

Adding `img_loader.num_workers = 0` to the `image_encoder` function doesn't really help, it gets to the same point and just says 'Killed' ``` 48%|███████████████████████████▌ | 264/546 [17:10

Oh interesting question! I logged the memory usage over time and got this: [https://i.imgur.com/ldJIlUb.png](https://i.imgur.com/ldJIlUb.png ) X axis is seconds. Looks like each image uses a different amount of memory, and...

Ah, that makes sense. Does that mean I could maybe fix it in this instance by reducing the batch size?