Ran Ding

Results 5 issues of Ran Ding

We can replace the `\\n` to actual new line (so ppl don't have to remember manually adding new line in vercel) `privateKey: process.env.FIREBASE_PRIVATE_KEY.replace(/\\n/g, '\n'),` https://github.com/leerob/fastfeedback/blob/dad9ad4c989320a661975c86553576c2593671ed/lib/firebase-admin.js#L8

- Added the RetinaNet paper (https://arxiv.org/abs/1708.02002) in the new paper worth reading section. It was submitted in Aug 2017 already have 17 citations, the architecture showed substantial improvements over F-RNN...

could you also add support for workshop deadlines?

enhancement
feature request

In the current explanation below, it blames O(epsilon^2) for error larger than machine precision, but epsilon^2 is not going to be larger than epsilon (1e-8). The real reason is error...

example: 147e6b06a5cbe64ad7bf73ab8c632152a400718b this paragraph id shows up in manual qrel but could not be found in paragraphCorpus code to reproduce this error ````python import os import time import pandas as...