Mrinal Jain

Results 8 issues of Mrinal Jain

Traditionally, Travis-ci provides 2 platforms: [travis-ci.com](https://travis-ci.com) - for private/paid repos and [travis-ci.org](https://travis-ci.org) - for free repos. But according to [this](https://blog.travis-ci.com/2018-05-02-open-source-projects-on-travis-ci-com-with-github-apps) announcement, all projects from *.org* will move to *.com* eventually....

Figure out techniques to optimize and reduce the video reading and processing time.

enhancement
help wanted
long-term

While creating the Timetable, almost everyone has some free slots in which they want to add some electives, but could not because searching for a suitable course is tiresome. It...

enhancement
priority/low

https://github.com/hwchase17/langchain/blob/424a573266c848fe2e53bc2d50c2dc7fc72f2c15/langchain/vectorstores/chroma.py#L275 The line above would only select the candidates based on MMR, and not reorder them based on MMR's ranking. This is not the case for any other vectorstores that...

Are there plans to fix this issue: https://github.com/aws-samples/amazon-textract-response-parser/blob/cd24097feb4349d35822ff039dd0f40a6ad8b48c/src-python/trp/trp2.py#L595 I've noticed that the corrections applied align well when the document/image is rotated at right angles (90, 180, ...). But otherwise, the...

python

@bsmock @rohithpv The existing approach described in the paper trains two models, one for each for the tasks: table detection and table structure recognition. Did you also explore performing TSR...

As of now, there are only a handful of themes for `sphinx` that are both functional and visually pleasing. The theme developed for the new layout of `pytorch` docs and...

Hi, BIO is the dominant tagging strategy for token classification tasks. Could you provide an explanation of how to convert a BIO-tagged sequence to SPADE? This would be useful to...