Closed
Description
Describe the bug
After upgrading from 0.12.1 to 0.13.0, the training slows down 2~3x.
For details:
To Reproduce
- git clone https://github.com/open-spaced-repetition/fsrs-rs
- run this test:
cargo test --release -- training::tests::training --nocapture
- git checkout burn-0.12.1
- run the test again
Expected behavior
The tests should be finished in the same time.
Screenshots
Desktop (please complete the following information):
- OS: Mac 13.3.1 (22E261)
Additional context
FSRS is a time-series model.
The test files in /tests/data
:
FrameGraph:
0.12.1:
0.13.0:
Metadata
Assignees
Type
Projects
Status
Done