Usmann Khan

Results 8 issues of Usmann Khan

Hello again! I'm trying to set up the repo to use more classes than there are in KITTI (9 instead of 3). I changed the 3 `classes` elements in `config/complex_yolov3.cfg`...

I noticed my RGB maps were oddly split down the middle and flipped. It's due to the negative indices rolling over. A fix would involve adding `+ Height / 2`...

Hi, your dataloader uses the default collate_fn in pytorch 0.4.1. This truncates every batch to the length of the shortest sentence in that batch. By extension your experiments are only...

I'm trying to sync a new node from scratch. I'm using erigon and lighthouse. For Erigon I'm seeing this repeated: ``` INFO[09-26|16:39:14.193] [txpool] stat block=14999999 pending=8665 baseFee=0 queued=30000 alloc=2.5GB sys=3.3GB...

In solidity calldata has special conventions for encoding. See: https://docs.soliditylang.org/en/v0.8.14/types.html#arrays > Variables of type bytes and string are special arrays. The bytes type is similar to bytes1[], but it is...

Needs Review
p4

`README.md` reads "To try utreexo you do not need to run a server as we have a server set up for testing purposes which the client connects to by default."...

wontfix
feature request