adarshmj

Results 6 comments of adarshmj

While training with RaFD dataset, should I also make an attribute.txt file like that of Celeb dataset? Or only train with images?

My initial thoughts were the same. I read few papers which outline the similarities between RL algorithms and GAN, like for example - https://arxiv.org/pdf/1610.01945.pdf Im not sure whether we can...

Hi @Hugo-Attali were you able to reproduce the results? @jctops I am able to run the code, I use the hyperparameters given in your paper and averaging over 10 random...

@qubit0 I wasn't able to reproduce the results shown in the paper. I think if we naively plug the hyper parameters from the paper and check, we won't be able...

Hi @jakubbober thank you for the update. In the report you have provided above, for the Texas dataset, you're accuracy (highlighted in red) is around 65% and 68% for two...

I also keep getting this error - ```python Traceback (most recent call last): File "/usr/local0/Adarsh/DRew-main/lrgb/main.py", line 141, in optimizer = create_optimizer(model.parameters(),cfg) File "/home/rml/.local/lib/python3.10/site-packages/torch_geometric/graphgym/optim.py", line 38, in create_optimizer return from_config(func)(params, cfg=cfg)...