Avanika Narayan

Results 4 issues of Avanika Narayan

https://github.com/uber/fiber/blob/b9d519ebfd572e49af7f1c6a235d19d4396207cb/fiber/pool.py#L908 I am getting the following error: ValueError: not enough values to unpack (expected 3, got 2) on line 908 in pool.py. The error is being raised when I am...

This PR adds support processing action outputs of different types. The current implementation expects that all action outputs are of type tensor. Here, we expand support for outputs of type...

Hi! I tried installing galai in my conda environment (Python 3.8) via `pip install galai` but am seeing the following error: ``` Collecting galai Using cached galai-1.0.0.tar.gz (22 kB) Preparing...

This PR addresses a bug in the multiprocessing logic for the compute tracker. Specifically, it addresses a RuntimeError caused by the multiprocessing `set_start_method`, which complains that 'context has already been...