Tanay Karve

Results 12 issues of Tanay Karve

I understand that the model uses default hyperparameters for training from defaults.py. However why are these specific values used? The reason I ask this is, the harvard [paper](https://arxiv.org/pdf/1609.04938v1.pdf) for this...

Added usage guidelines for #29

Fixes connection limits due to ngrok #23

Updated script to support #29

Implements #34 It would really be an amazing feature if instead of typing the entire city name, we could have an autocomplete dropdown. Not only will it save time, but...

With a text input box, there are bound to be typos when searching for particular cities, thus creating a wrong query and wasting valuable time. I suggest there should be...

Getting this error when using arbitrary tags like , , etc. ``` count_chunks(true_seqs, pred_seqs) 129 130 _, true_type = split_tag(true_tag) --> 131 _, pred_type = split_tag(pred_tag) 132 133 if correct_chunk...

**Overview of the Request** I wanted to add a feature in my dataverse installation that can auto populate the metadata description field in a dataset based on the contents of...