-
PyTorch allows to register meta functions with custom ops
With that information, we should be able to apply the fallback mechanism that @kiya00 developed for PyTorch operations in thunder.
https:/…
t-vi updated
2 months ago
-
This is a meta-issue that lists the needed work to get to a 1.0 level maturity.
Note that we cannot call the API "stable" until the WebGPU spec is final.
General:
* Ongoing work to keep up with…
-
Multi-language support - integration tests and example tutorials should cover at least 3 sufficiently different languages well (e.g. Java, Ruby, Python, and ideally an LLVM language like Rust or C++),…
-
I copied the code for this [tutorials page ‘Loop The REPL’](https://python-prompt-toolkit.readthedocs.io/en/stable/pages/tutorials/repl.html#loop-the-repl).And I ran it on PyCharm.I typed 123 and hit …
-
- [ ] make the package/application installable from pypi
- Lots of stuff has to be done, because I didn't do this step before. Major effort before 1.0
-
- [ ] What different activation functions are available and usable for the model
- [x] What loss functions/optimizers are available
- [x] What amount of layers with how many neurons make sense?
-
I am interested in contributing a new tutorial that shows how to use the BufferInterface. Essentially an answer to [this question](http://answers.ros.org/question/95791/tf-transformpoint-equivalent-on…
dhood updated
7 years ago
-
Currently if someone chooses to generate a library in Python (if they choose `Library` for `impType` in `Choices`), we generate the Python code files but the build rule in the generated Makefile does …
-
I'm having a hard time figuring out if node-amqp supports RPC: http://www.rabbitmq.com/tutorials/tutorial-six-python.html
-
The de-facto standard tool for documenting Python projects is Sphinx, which unfortunately expects to scan Python sources as its default workflow. However, Sphinx is _very_ powerful and can generate do…