Anton Osokin
Anton Osokin
Hi do you plan to port RetinaNet soonish?
these are a few things I had to do to run demo, eval, and train with FPNSSD512
Hi, we've encountered a mistake in the dataset, which leads to incorrect answers of the correct SQL queries. The ground-truth queries a like this (database `flight_2`): ``` select t1.flightno from...
SPIDER dev 198, 199: ground-truth query provides incorrect results because of errors in the database
Hi, we've encountered a mistake in the dataset, which leads to incorrect answers of the correct SQL queries. The ground-truth query ``` select city , country from airports where airportname...
SPIDER dev 160, 161: ground-truth query provides incorrect results because of errors in the database
Hi, we've encountered a mistake in the dataset, which leads to incorrect answers of the correct SQL queries. The ground-truth query: ``` select count(*) from cars_data where accelerate > (...
Hi, thanks for releasing the code for your method and the weights for your models! While reading your paper I got very interested in the data you used to pre-train...