8bitmp3

Results 75 comments of 8bitmp3

PTAL @Rajatendu1 https://github.com/OpenMined/PyDP/pull/320#issue-513094544 Thanks!

https://x-team.com/blog/how-to-write-a-great-readme/ - "How to write a great README" - it may be helpful What to Include in Your README > Here are some of the essential things to include when...

I'd also recommend the Google style doc that many folks use to write better READMEs and docs: https://developers.google.com/style (formatting, style, language, grammar)

Hi @Rajatendu1 @shaistha24 @chinmayshah99 Would it be good to use something like [`jupytext`](https://jupytext.readthedocs.io/en/latest/) to convert the notebook(s) into Markdown and then include the most important bits in the READMEs? Currently,...

Thanks @alejandrosame VSCode has some nice linting features: https://code.visualstudio.com/docs/python/linting and https://code.visualstudio.com/docs/python/linting#_pydocstyle Maybe you can also get GitHub to run checks at every PR via `.github/workflows/ci.yaml`.

Hi @NateSolon, are you by any chance running PyDP in a separate [virtual environment](https://stackoverflow.com/questions/23948317/why-is-virtualenv-necessary) to have the packages localized to your PyDP projects? To replicate your issue, I set up...

Thanks @MarkDaoust . @anirudh161 PTAL! Thanks 👍

Thanks @AnasNeumann ! @MarkDaoust What are you thoughts?

There’re Attention and MultiHeadAttention defined in `tensorflow/swift-models/Transformer`. Maybe those can graduate into ‘/swift-apis’ in some shape and form. (see `struct Attention: ParameterlessLayer...`, for example)

@texasmichelle Reducing any friction, especially during the setup process, would definitely help new and existing users. First experience with a new platform matters. (Nice to haves: can verify/describe/list components, check...