Pradeep

Results 19 comments of Pradeep

I have this working on Colab with pytorch 1.11. But, I get this error on Linux, A100 with pytorch being the same version. ``` torch 1.11.0+cu113 torchaudio 0.11.0+cu113 torchvision 0.12.0+cu113...

I got it working with the change from the PR https://github.com/aim-uofa/AdelaiDet/pull/518 and also removing line 4 as mentioned in the PR comments https://github.com/aim-uofa/AdelaiDet/blob/efab1f51e9cc892a2f8a78490b43b8118d3045da/adet/layers/csrc/ml_nms/ml_nms.cu#L4

Hi @shreejalt, has your understanding changed since your above comment? I have the similar question to myself on the importance of pretrained inception network if the dataset is much different...

These restrictions also apply to interfaces, this makes it really difficult to represent domain objects in OOP that leverage interfaces. It's pretty common to have interfaces with no properties defined....

Hi @michaelstaib, Thanks for the suggestion. But, I am not sure if it solves the real issue here. Interface represents a hierarchical relation between entities where as union type just...

I tried to look at the code, but couldn't figure out why it was breaking if startElement function returns None. I am just wondering, isn't the correct fix is to...

Hi @WyattAutomation , do you mind pointing me to sg2-ada wikiart pre trained model? the one listed [here](https://github.com/justinpinkney/awesome-pretrained-stylegan2) is trained on sg2 and google didn't help me. Thanks.

Thanks @WyattAutomation, I am able to download and use it, though this seems to be a 1024x1024 and I was looking for 256x256 (for transfer learning) which is easier to...

No @merovingiano. I don't remember exactly what I did instead, but I definitely didn't find success with this repo. I think I tried some other models instead of these.

Hi, This did work and was needed, but I am no longer in need of this. If you think this is useful in general, I can rebase and test again...