You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Related to #17, I'm using asyncpg to feed a PyTorch Dataloader, and looking for the most performant path to turn a fetch call into a float32 matrix. Has anyone tackled this before?