Phillip LeBlanc

Results 54 issues of Phillip LeBlanc

* **Please describe the feature you would like to have.** It would be useful to be able to reference other notes by ID. Similar to how GitHub can link to...

**Describe the bug** The dashboard uses the default number of episodes instead of the number of episodes requested for a training. **To Reproduce** 1. Clone the [`spiceai/quickstarts`](https://github.com/spiceai/quickstarts) repo. 2. Navigate...

bug
good first issue

## WHY For many types of problems, it isn't possible to give a reward for an action until more time has passed. Imagine a Spicepod with a time granularity of...

Can lead to better/faster learning

- Apache arrow investigation - Dropping old data to make room for new data (limit max memory usage)

Memory usage is consistently growing over time in the AI Engine - we should understand why and fix it. See https://github.com/spiceai/spiceai/pull/451#issuecomment-975248767

bug

Currently the AI Engine that powers Spice.ai is using the Tensorflow backend for a lot of the neural network processing. We'd like to support multiple backends (i.e. PyTorch) to show...

enhancement

Currently we are inspecting each log as the AI Engine returns it and deciding if we should colorize it or not. We should instead drive as much of the output...

bug

Currently the operations to add/update/remove a pod are not safe for concurrent use. We should put in safeguards to ensure that when a pod is added or removed we properly...

bug