queue.Full Error When Running Lesson1

The notebook mentions that this step is only for crestle.

To people with
ImportError: dlopen: cannot load any more object with static TLS

I fixed it importing torch the very first thing in the notebook (like import torch in the very first cell). Seems like torch 0.3 doesn’t like cv2 being imported first (through fastai imports)

2 Likes

I’ve only seen that error when using Docker, FYI.

1 Like

I wonder why! This is so frustrating, i wasted half an hour debugging this:expressionless: