Brian Pugh

Results 32 issues of Brian Pugh

Thanks for your library @sunset1995 ! I was wondering if you could tag a new release for pypi; seems like some bugs have been fixed since the initial release. Thanks!

In your paper, what was the kernel size of your CAM-Convs? I assume 1x1, but maybe 3x3?

I see in your `FourierUnit` you added an optional `spectral_pos_encoding` argument. Have you experimented at all with this? Has it improved/reduced performance?

## Describe the bug Numpy `(H, W, 3)` images fed into `transform.ImageNormalize` don't work as expected. Image must be transposed first. Common if using `cv2.imread` instead of `PIL.Image`. ## Full...

Allows you to use slices to index into `nn.Sequential`, for example: ``` model = nn.Sequential(...) # add stuff here for layer in model[1:]: # Previously this would have raised "TypeError:...

## Describe the bug Static type checkers like [Pyright](https://github.com/microsoft/pyright) generally don't work correctly with Jittor. I'm new to Jittor, and haven't looked into the codebase, so I'm not sure how...

TODO

Feature request for future revisions of the board: Have an unpopulated 4-pin header that exposes the i2c bus (plus power and ground) for external devices. Currently I'm just soldering a...

it seems like the C implementation of the `matrix.wait` method immediately returns, resulting in a super tight primary loop. The python `matrix.py` code does not have this issue. Is the...

Whats the power consumption difference between idling while connected to bluetooth compared to energy consumption in `SUSPEND` mode? Thanks!