Richard Pruss

Results 10 issues of Richard Pruss

## 🐛 Bug **Installing Icevision downgrades Torch** pip install icevision always downgrades a current torch install because torch is at 1.11.0. **To Reproduce** Steps to reproduce the behavior: 1. conda...

bug

How do I get the max on a batch not on a sample? I want to pad to max heigh and width but... ``` @pipeline_def def shuffled_pipeline(): jpegs, labels =...

help wanted

There are a bunch of links to the theory of NARs in the readme that link to a google site that is gone: All links starting with: https://sites.google.com/site/narswang/

documentation

The demo uses the retired plugin membrane_h264_plugin which causes: https://github.com/membraneframework/membrane_core/issues/709 In debugging it would be nice to mention you need to be a member of the video group to access...

Looking at the cause for this. await self.pool_or_conn.get(self.key) returns a string and self._token.encode() is a b'' The fix is to drop the .encode() i.e new code is. async def is_owner(self)...

s, T are defined in the paper but not given much explanation in the code or the paper really. For applying these models a little bit of guidance on effects...

This is more of an FYI than a bug. When you added this code to https://github.com/IDEA-Research/Grounded-Segment-Anything/tree/main/voxelnext_3d_box the notebook did not make it in. So when you click on the file...

You can see it trying to create it but nothing goes through. I have just changed the postgress password, run mix deps.get, mix ecto,create, mix ecto.migrate and ran the seed...

I really like the apparent simplification have you done with TxTrader. I would love some more examples, I'm roughly able figure my way out to the API but progress would...

Linux build fails because the platform dir has not been checked into github. Same is true for the other platforms except maybe snap.