Thomas Brownback
Thomas Brownback
``` from oauth2client import client ModuleNotFoundError: No module named 'oauth2client' ``` It looks like google-auth (https://google-auth.readthedocs.io/en/master/) took over authentication services while oauth2lib was deprecated. Not sure how much of a...
Thanks for this project. I'm looking for a way to generate test decks for other add-ons. So, I'd like to be able to programmatically build decks that have a fake...
Apologies in advance if this is a non-issue. My hunch is this is a failure on my part to understand the methods or documentation. I'm coming from Anki and Memrise....
What's the best way to get jieba to cut '是因为' into '是' and '因为'? I was processing 影子的出现是因为有光 to tag the sentence for rare words and it scored much rarer...
### Problem Description While experimenting with hyperparameters on LSTMs, models with large hidden dimensions (512+) steadily increase GPU junction temperature to near critical levels on a Radeon 7900 XTX. Welcome...
### Problem Description Environment GPU: Radeon 7900 XTX CPU: AMD Ryzen 5 5500 OS: Ubuntu 22.04.4 LTS Kernel Version: 6.5.0-26-generic ROCm Version: 6.0.2.60002-115~22.04 Python Version: 3.10.12 PyTorch Version: 2.1.2 Issue...
Per Ankiweb, automate adjusting ease on startup, for those who use mobile, save the manual option.
Suggestion from Xcom, add individual targets for each deck, maybe to target stricter recall for more common words, as potentially implied by ejs [in this article](https://eshapard.github.io/learning/the-4-memory-tests-and-their-implications-for-flashcard-applications.html).
From a separate discussion: > Hi sorry for the hijack. > I love the concept, and it would be great to not have to adjust manually. > > I just...
Ebisu provides a model for more sophisticated forgetting prediction and scheduling: https://fasiha.github.io/ebisu/ Incorporating those ideas, including information about reviews that came earlier or later than expected, would make this algorithm...