Kevin Luo

Results 8 comments of Kevin Luo

@RamyaRaghuraman, I ran into a similar issue when training only the baseline classifier; for me, the error was because I had not resized the input images from 64 x 64...

I'm getting the same issue; for example, contrastive_trans.t7 says that (adventure.n.01, cognition.n.01) is a valid hypernym pair which makes no sense. It also says that (ballplayer.n.01, wrongdoer.n.01) is a valid...

I believe that part a) of what @andreasgrv mentioned was the source of the errors I was getting. I had a brief correspondence with one of the authors of the...

Hi @wjun0830 , I just updated the code so that the training stage should work on TinyImagenet successfully given the correctly established data paths. I'll have detailed instructions on how...

@yunruiguo just made the AUROC computation available in evaluate.py. Sorry about that, fragments of code are still stuck in a private research repository and I haven't had a chance to...

@wjun0830 I just made many of the args optional with default values, with some more detailed descriptions for each arg, as well as some more running/installation instructions in the README....

@wjun0830 @yunruiguo I'm actually not too surprised by this, there's a few weird things about Tiny ImageNet as a dataset: 1) to get the results for a single run, run...

Hi @aphroditee666 , great to hear you were able to replicate the results I reported using OSCRI backbone! In my own experiments, I was unable to reproduce the authors' reported...