Dmitri Soshnikov
Results
3
issues of
Dmitri Soshnikov
Added notebook on RL using PyTorch Added notebook on CBoW using PyTorch Added PyTorch Lightning sample to Intro to PyTorch notebook
There are some scenarios when we need to output several files from Azure function into blob storage. In this case, it would be convenient to be able to bind to...
needs-investigation
It would be great if cowsay command-line tool supported piping into it, eg. ``` echo Hello, world! | cowsay ``` As a simple way to implement it, you could use...