Rohan Relan
Rohan Relan
Hi, I noticed that bcolz uses pickle to load objects. Does this mean that it's unsafe to use bcolz to open a ctable retrieved from an untrusted party? Since pickle.load...
Hi, Thanks for sharing your research and the code! Unfortunately since there's no license file in the repo, right now the code isn't really usable. Could you add a LICENSE...
The rate limits on OpenAI seem a little wonky. Not sure if that's only true for Codex or for all the models but I was definitely getting rate limited even...
When running the online retrieval, I see the following error (truncated for brevity): ``` DEBUG:__main__:Model initialized and moved to CUDA INFO:__main__:Loaded weights from ./bfvos/training/checkpoints/ckpt_epoch_1_batch_1800.pth File "./bfvos/retrieve.py", line 62, in batch_segment...
Since the `Operators` module isn't namespaced, it conflicts with any other modules called Operators in the project (I happen to have one in mine). I think it might be more...
Does the library have any support for subjects? If not, any pointers on how to add that in? Thanks!