Praful

Results 18 issues of Praful

Updated the numpy tutorials link in Additional Resources

Thanks for publishing this library, Creating this Issue to add some general usage which I didn't see in the README and had to refer the codebase to understand - The...

**Is your feature request related to a problem? Please describe.** Currently there's no way to rate a book after searching it **Describe the solution you'd like** I'm able to rate...

enhancement
priority:medium
hacktoberfest

How is the number `108k` decided? Is it supposed to be the max number such that the game ends? `max_episode_steps = 27000 # 108k ALE frames since 1 step =...

In the SketchRNN Exercise, The behaviour of variable length sequences is defined very succintly. In the solution : ![image](https://user-images.githubusercontent.com/45713796/99042624-11075900-25b3-11eb-8b00-c739231e8308.png) This is what is used to process after batching ☝. All...

question

## Description Updated with `rst` doc files in `docs/api` directory ## Affected Dependencies New Dependencies have been added to the `requirements.txt` file due to Sphinx. ## How has this been...

Hello @snukky, I wanted some clarity on this piece of code ``` def __levenshtein_ratio(self, old_sent, new_sent): old_words = old_sent.split() new_words = new_sent.split() min_words = min(len(old_words), len(new_words)) dist = self.__levenshtein_on_words(old_words, new_words)...

Thanks for this repo & the paper. I do not see implementation for Rouge-S & Rouge-SU in the repo from the [paper](https://aclanthology.org/W04-1013.pdf), Implementation of Rouge-S is straightforward, wanted to understand...

I'm trying to add a path via the `init-hook` parameter of pylint, it is working when i just use pylint but shows this error when run with nbqa `nbqa pylint...

bug

**Describe the bug** Website not accessible via the URL - https://kitabe.up.railway.app/ We are aware of this and working to resolve it, need to setup billing to make it usable again