dconathan
dconathan
Both `torch` and `torchvision` are in requirements.txt and setup.py but they don't seem to be used anywhere. Any particular reason you have both torch and tensorflow in requirements?
## Describe the bug I can't create a dataset with `float16` features. I understand from the traceback that this is a `pyarrow` error, but I don't see anywhere in the...
A recent version of celery broke our implementation, hence [`celery==3.1.25`](https://github.com/nextml/NEXT/blob/master/next/base_docker_image/requirements.txt#L7). It's possibly just a refactoring of some method names, but it could be more.
I assume we're going to update the [local examples](https://github.com/nextml/NEXT/tree/master/local) to keep in step with [examples](https://github.com/nextml/NEXT/tree/master/examples), using the new endpoint. Or better yet... is it possible to just get rid of...
I believe this is an unintended consequence of https://github.com/nextml/NEXT/pull/183 Basically if initExp fails, the experiment doc still exists because it was created before initExp was called, so the experiment will...
When first accessing the experiment dashboard (when an experiment is just launched), I get a ton of errors like this, presumably because there is no data yet. ``` [31mminionworker_1 |...
It appears `butler.job` doesn't work for submitting background jobs at the myApp level. This is because butler submits the job without a namespace, so the broker/celery ends up calling apply...
After #166 we can use the new launch script or launch GUI to launch a local experiment. It'd be nice to still be able to specify a separate targets file...
### Feature request I was wondering if there were plans to add support for serving model cards and/or some kind of "card data" field to the /info endpoint? Do https://huggingface.co/docs/huggingface_hub/guides/model-cards...
Current implementation/example doesn't work with `redis>=3`: ``` Traceback (most recent call last): File "test.py", line 9, in f(3) # This will print "Calling f(3)", will return 3 File "/home/devin/.local/share/virtualenvs/redis-fun-0aEUqbK5/lib/python3.6/site-packages/redis_lru/lru.py", line...