A user has updated to Anki 24.10 beta and HyperTTS sarted to throw errors:
name '__file__' is not defined"
seems to be triggered when an external dependency tries to do:
import pkg_resources
A user has updated to Anki 24.10 beta and HyperTTS sarted to throw errors:
name '__file__' is not defined"
import pkg_resources
Happens with Chinese Support 3 as well:
import pkg_resources
File "pkg_resources", line 74, in <module>
NameError: name '__file__' is not defined
When I start Anki with add-ons and click âRenameâ of a deck, nothing seems to happen. Only when I try to enter the deck or its Options, âProcessingâŚâ appears. It also appears even if I donât try to rename a deck. When AnkiMorphs was enabled, something about unseen morphs has appeared after âProcessingâŚâ at least once. Only after the processing ends, do all the deck rename dialogs appear.
âCompute minimum recommended retentionâ cannot be canceled (in the middle of an iteration?).
[apparently the error about parameters happened with 24.06]
The limit for Maximum reviews/day in the FSRS simulator is only 1000, while the limit under daily limits is 9999. Also can we get a new beta maybe since so much has been fixed already
Has this issue been resolved. I have seen it yet to be added as an issue on GitHub
When optimizing the deck using the new Anki with FSR, I noticed that even after optimization, the program keeps the old Anki parameters and states that the current parameters are optimal. However, if you reset the values to default before optimizing, Anki includes the new parameters correctly, and the optimization works as expected.
Itâs still not really âas expectedâ - FSRS-5 is supposed to work with same-day reviews, but it doesnât right now, and the last 2 parameters never change. LMSherlock already fixed it, so now weâre just waiting for the next beta.
Does that mean youâre better off optimizing with Google Colab and putting the numbers into your deck presets manually?
The issue isnât necessarily with the optimization of the two new parameters, but rather that it seems when the deck is already optimized in the current version, it doesnât migrate to the new version because itâs considered âalready optimized.â
I canât reproduce that. My presets that used FSRS-4.5 parameters can be optimized.
Right now <1d intervals are not supported. If you leave the (re)learning steps field empty, only intervals equal to or greater than 1 day will be given to you.
It seems Sherlock has taken a couple of days off. I was wondering if he would take this thing into consideration.
Whatâs happening is that FSRS is adding two zeroes to the old parameters and then calculating the RMSE to decide which parameters are better. In your case, the RMSE of the extended old parameters is better than the RMSE of the new parameters, which is the reason Anki is not updating the parameters.
Depends on how far has he gotten to it but Iâd rather want this not get merged. Itâll delay the stable version.
I believe that the ball is in daeâs court right now.
But IMO, letting FSRS schedule <1d intervals even when the user has set the learning steps can lead to some confusion. Plus, we are still not convinced that FSRS can accurately calculate <1d intervals. So, this is unlikely to land up in the 24.10 release.
It is compatible with manual learning steps, no?