Akshita Gupta

Results 11 issues of Akshita Gupta

### Expected results Successful Training ### Actual results ### Detailed steps to reproduce After Running the main and on completion of first epoch, I get an index out of range...

While going by the code, I observed Data Augmentation already done. I wanted to question, How can I visualize the augmented images passed to the model for training. It would...

After a few Iteration i.e, After first epoch, I get list index out of range error on this line ``` mini_kwargs = dict([(k, v[i]) for k, v in kwargs.items()]) ```

Can you elaborate the use of parameter **train=false** passed to **word2vec_embedding_layer( )** as default parameter. You have already used pre-trained embedding, so what happens when we use **train=true**?

It would be nice if we had a code of conduct. Clearly stating ***acceptable and unacceptable behaviour***

Hello, thank you for your great work. I was hoping to ask that I have submitted request for missing.txt but haven't received a response.

On running pascal_precompute.py, the ```counts``` keyword in the annotations is returned as letters and string. I have applied a fix for that and now it returns contours for each unique...

Hi @xlliu7 , I wanted to ask, when the image size is changed from 96 to 224 the overall model doesn't learn. Are there any other Hyper-parameters that affect this...

check .travis.yml to validate the changes proposed to this repo.

bug
good first issue