I hack on ML, security and self-driving cars. Always down to chat 🙂
Professionally I'm currently working on PyTorch Distributed.
Website: http://fn.lc
I hack on ML, security and self-driving cars. Always down to chat 🙂
Professionally I'm currently working on PyTorch Distributed.
Website: http://fn.lc
TorchX is a universal job launcher for PyTorch applications. TorchX is designed to have fast iteration time for training/research and support for E2E production ML pipelines when you're ready.
torch models and primitives for birdseye view and voxel models for self driving tasks.
Tensors and Dynamic neural networks in Python with strong GPU acceleration
PyTorch per step fault tolerance (actively under development)
Day of Week | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | April Apr | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
This adds a non-blocking mode to queue_pop. This allows for workers to poll if work is ready without blocking the main loop. This is useful for the…