Sirgarfield
Sirgarfield
Was running into the same problem `RuntimeError: Error compiling objects for extension` ``` conda install pytorch==1.2.0 torchvision==0.4.0 cudatoolkit=10.0 -c pytorch ``` Fixed this repo https://github.com/CharlesShang/DCNv2/ for me
Thanks for pointers !
Hello, I just read the referenced paper. A couple of follow-ups. Q1: For audio tagging with weak label task, which backbone architecture would you recommend ? PANNs or the CRNNs...
Hello, I have been using your arch for this [Kaggle Competition](https://www.kaggle.com/c/rfcx-species-audio-detection/leaderboard). Now, I am at top3% and I am trying to make a modification to your architecture ( unsuccessfully) to...
1) Will try the CNN14 arch. Thanks for the suggestion 2) Will try out the flatten + fully connected suggestion 3) PANNs's backbone is not effective for this particular task...
I have a additional question regarding this detail ``` x = x.transpose(1, 3) x = self.bn0(x) x = x.transpose(1, 3) ``` We are using bn layer to learn the best...
> The post is a few years old, its likely that the Ethereum protocol went through some changes that resulted in opcodes being priced differently makes sense. but can you...
Same issue here could not load genesis from file: version=0x22626570 not found in any known fork choice schedule: unable to find requested BeaconChainConfig
https://github.com/eth-clients/merge-testnets/blob/main/sepolia/genesis.ssz I used wget to download the genesis.ssz several times. Unlikely that the problem is due to downloading