Simple and efficient pytorch-native transformer text generation in <1000 LOC of python. - GitHub - pytorch-labs/gpt-fast: Simple and efficient pytorch-native transformer text generation in <1... (more…)
Read more »
I recently built a lane detection tool for the first project of the Self Driving Car Nano Degree program through Udacity.The goal of the project was to detec... (more…)
Read more »
In this final part of the series,
we’ll explore a trick to make the behaviour of a macro depend
on whether it’s used as a statement or as part of an expression.
Using that, we’ll make the python!{} macro
more flexible to allow saving, reusing, and inspect... (more…)
Read more »
This article discusses types in the Python programming language and the uses of the Python type() function.While not previously a standard for Python programming, this concept has allowed newer ve... (more…)
Read more »