matt-bernstein

Results 37 comments of matt-bernstein

I don't think so... the following tests work for me. Installing in new env: ``` matthew.bernstein@lud:~$ conda create -n fels_test python=3.7 matthew.bernstein@lud:~$ conda activate fels_test (fels_test) matthew.bernstein@lud:~$ conda config --add...

No, I don't have access to a windows machine. You can try adding `fiona==1.7` to `setup.py`'s `install_requires`. If that doesn't work, we may have to add geopandas as an external...

What I'm familiar with for python projects is pytest+xdoctest. This style of testing makes each function self-documenting and self-testing. You can see an example of a function I wrote in...

https://github.com/facebookresearch/segment-anything/pull/29

https://github.com/facebookresearch/segment-anything/pull/29

Hi, As you might have figured out, fE_86.pth and fI_86.pth are provided instead, which are simply the model after 86 instead of 55 epochs of training. And the dataset must...

Hi, thanks for reaching out! Happy to say this is under development in #120 and should be merged in next week. Interested to hear more about your use case if...

Thanks for the nudge here. Appreciate not letting this one fall through the cracks. :slightly_smiling_face:

Hi @hawktang , thanks for the PR! Apologies for the long delay, but we've updated this change and merged it in https://github.com/HumanSignal/Adala/pull/145

@deppp should this branch be closed in favor of feat/async-env-kafka, which also implements an API server?