Tushar Nagarajan

Results 3 issues of Tushar Nagarajan

A lot of metadata is sent over at each controller step, but not all this metadata is required. 1. Is it possible to set the scope of metadata returned by...

Would it be possible to provide a run script for training on ImageNet, similar to the one you provided for CIFAR: ``` python main.py --outf=/your/output/file/name --niter=500 --batchSize=100 --cuda --dataset=cifar10 --imageSize=32...

I'm trying to add [this package](https://github.com/gfairchild/pyxDamerauLevenshtein) as a requirement for evaluation. I uncommented the code [here](https://github.com/Cloud-CV/EvalAI-Starters/blob/820dc9ef66316ac0946a5c08e89b1d31c2b2de49/evaluation_script/__init__.py#L36) that calls `pip install `but I get the following error on the worker log...