kdyang

Results 12 issues of kdyang

In the paper, they got 4.39 error rate on cifar10. I tried to reproduce the result but only got around 4.87 (4.73 in the best case) like your result. Did...

When I ran this code in the reproducing results colab notebook: ``` # Takes ~5min. !allennlp evaluate "$pretrained_model_url" "$preprocessed_data_dir/test.tsv" \ --output-file "$output_dir/test_metrics.jsonl" \ --cuda-device 0 \ --predictions-output-file "$output_dir/test_predictions.jsonl" \ --include-package...