The Security Risks of Pickle in Machine Learning
Pickle has been the de facto format for ML models primarily because of its ease of use, native Python support, and (questionable) portability. But it is also extremely insecure due...
Read more →Pickle has been the de facto format for ML models primarily because of its ease of use, native Python support, and (questionable) portability. But it is also extremely insecure due...
Read more →Got a chance to try out TorchStudio, a local IDE purpose built for PyTorch. While still in early development, it has an impressive feature list that includes analyzing datasets, building...
Read more →If large-scale models and datasets pique your interest, join Gal Oshri and me at the AWS Summit San Francisco for a deep dive session on machine learning training at scale...
Read more →Democratizing machine learning starts with making ML easy to use and easy to learn. Join Américo Carvalho and me at AWS Machine Learning Week for a session on Starting your...
Read more →Debugging even a basic neural network can get real messy, real fast. Did you know SageMaker Studio Lab is based on JupyterLab 3 with a built-in visual debugger? Set breakpoints,...
Read more →