Mayank Kumar Singh

Results 6 issues of Mayank Kumar Singh

- Removed the inplace operation in Residual connection by replacing x+=res with x = x + res to make the repository compatible with torch > 1.7 - Modified the dropout...

Add commands so that CTC_loss_pytorch is cloned and installed automatically

Deployment

Comments should be in the form """ Three-Four lines about the function :input: :param "name of parameter1": "One line description" :param "name of parameter2": "One line description" :return: :param "name...

Clean Code

Improve the Readme.md file Add links to papers, datasets, Advantages of using this technique, More work to do(Check Box), Tabulate Results on different datasets(F-Score, Speed) Show Results on images https://trello.com/c/x7lwLu0I

Clean Code

Test_rd function not implemented in main.py and pipeline_manager.py

Implementation

Hello Authors, thank you for the wonderful work! While trying to reproduce the results for the pretrained models, I found a mismatch between the metrics mentioned in the paper. One...