Reid Pryzant
Reid Pryzant
Thanks for reaching out Bin! Hmm this looks like an issue with the data instead of a version issue? The error is torch trying to take the loss with a...
I was able to get it to run with torch==1.6.0. Let me know if that works for you and I will update the requirements.txt Thanks!
Pretty sure the softmax would be hard to parallelize in practice. By default, TensorFlow puts the softmax layer on the same GPU as the last RNN layer. This is to...
This worked for me: Change line 91 of fetch.py to `like_info_btn = browser.find_one(".sqdOP.yWX7d._8A5w5")`
Love this thread as I was experiencing the same issue! Was this ever added to the docs? e.g. I can't find it here https://ankipandas.readthedocs.io/en/latest/troubleshooting.html Would be super useful to include...
Thanks so much @klieret ! Hmm this isn't working for me, my Anki deck (attached here:https://www.dropbox.com/s/l4hqbuckxn86le7/anki-raw-3-23-23.apkg?dl=0) only worked when I extracted it first... Code: ``` col = Collection('anki-raw-3-23-23/collection.anki21', user="User 1")...
The collection from the extracted deck has cards, but the collection from the raw deck only has one broken card. I hope that's helpful!
Same issue here, M2 macbook air
Thanks! Feel free to submit a pull request :)