12345678910111213141516171819202122 |
- tesseract.client
- ================
- .. automodule:: tesseract.client
- .. currentmodule:: tesseract.client
- .. raw:: html
- This module lets you connect to distributed Mixture-of-Experts or individual experts hosted
- <strike>in the cloud cloud</strike> on someone else's computer.
- .. todo add usage example
- GatingFunction
- ----------------
- .. autoclass:: GatingFunction
- :members:
- :member-order: bysource
|