Mikhail Arkhipov
Mikhail Arkhipov
The dataset contains `_entities` files, however, there is no markup for query which entity it corresponds to. Is it possible to get entity labels for each query?
Hello, I'm a little bit confused with the way hits@k calculated. [Here](https://github.com/iesl/stance/blob/b33977257ed3e6f95d95da570367e099ea24161f/src/main/objects/Scorer.py#L65) the number of hits is divided by the number of positive labels. However, following definition [here](http://nlpprogress.com/english/relation_prediction.html), for instance,...
Hello, and thank you for the repo and the paper you published. I'm struggling to find the cyclic annealing option in the training scripts. Namely, I'm referring to the paper...
In the code the validation is performed on the test. This methodology is pathological and does not meet the paper statement on (45000, 5000) train/val split. https://github.com/akamaster/pytorch_resnet_cifar10/blob/d5489e8995e81e91ce6b1d69dcc98ad579b0b153/trainer.py#L101