Andrei Bârsan

Results 29 issues of Andrei Bârsan

Hi WebViz team, I am interested in using webviz for ad-hoc visualization tasks, e.g., quickly showing point clouds or images from a Python project that does not use ROS. It...

I've been using umongo for a while now and I have to say it's been very useful so far. However, one additional feature which would be nice to see is...

I understand that fbow is now the modern choice, but I have some minor bugfixes for this library that I could send a PR for. Would it be possible to...

Dear MNC authors, While working on a project which leveraged MNC for instance-aware semantic segmentation, I ended up dockerizing the code for simplicity. That is, I've written a Dockerfile plus...

Caching S3 data with e.g., `simplecache` works fine. However, S3FS also supports [versioned buckets](https://s3fs.readthedocs.io/en/latest/#bucket-version-awareness). When a `version_id` is provided to `open`, using a cache leads to incorrect behavior, as the...

First of all, thank you for the awesome library! It is really fun working with `tch-rs`! In my application, I would like to fire off a host-to-device copy for a...

According to [a recent paper on LSTM sentiment analysis](https://link.springer.com/chapter/10.1007/978-3-319-39958-4_19), using a bidirectional RNN instead of a regular ("one-way") one might lead to improved accuracy. I will experiment with this after...

low priority

Is there a way to access `torch.cuda.*` APIs available in PyTorch under `tch-rs`? I don't see any example in the demo, so I am not sure if this is part...

Dear awesome-powerline maintainers, I wrote a tiny plugin for displaying disk space usage on my powerline (in tmux in my case), and I'm sharing it here in case you think...