-
### Checklist
- [X] I have searched for [similar issues](https://github.com/isl-org/Open3D/issues).
- [X] For Python issues, I have tested with the [latest development wheel](http://www.open3d.org/do…
flolu updated
3 weeks ago
-
### Willingness to contribute
Yes. I can contribute this feature independently.
### Proposal Summary
Load_delta should be added using the `deltalake` library. I am happy to contribute this myself s…
-
**A clear and concise description of what the problem is.**
Concisely: if you have data as a list of dicts or jsons then Pandas is quite slow. This is an extremely common problem when data is sent…
-
sh demo.sh
Namespace(model_dir='checkpoint_best.pt', input_protein='../example_data/protein.pdb', input_ligand='../example_data/ligand.sdf', input_batch_file='input_batch.csv', input_docking_grid='.…
-
Recent e3sm-unified testing suggested that additional patch is needed on conda-forge for`cdscan`(which is a component of `cdat`). It would be nice to come up with a replacement. `cdscan` is used to co…
-
Hi,
First of all this an awesome library, I am using it to convert R code to Python. Here is my question.
I see for most of the functions like tuples and classes in R, this library is generating Pyt…
-
`__import__` in python 3 has a default of `level=0`, and -1 is no longer accepted (https://docs.python.org/3/library/functions.html#__import__)
So using this with python 3, you get
```
>>> imp…
-
I run scvelo() following the demo:
```
> velo.out
-
When I run my flask app with worker-class=gevent on gunicorn, the server blocks.
- gunicorn command
gunicorn app:app --workers=5 --worker-class=gevent --threads=5 --timeout=1800 --log-level=DEBUG
…
-
Hi all, I'm a new user of mosaicml-streaming on Databricks who stumbled upon Mosaic ML (and Petastorm) for loading large data from PySpark to PyTorch tensors. Here is an example [jupyter notebook](htt…