Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ecosystem/decouple-optimizer-package #392

Merged
merged 1 commit into from
Jul 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 0 additions & 41 deletions .github/workflows/python-publish.yml

This file was deleted.

Empty file removed .gitmodules
Empty file.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,14 +147,14 @@ There is a python package for the optimizer. This package has torch as a depende
Install this package with the command:

```
python -m pip install fsrs4anki_optimizer
python -m pip install FSRS-Optimizer
```

Export your deck and cd into the folder in which you exported it.
Then you can run:

```
python -m fsrs4anki_optimizer "package.(colpkg/apkg)"
python -m fsrs_optimizer "package.(colpkg/apkg)"
```

There are certain options which are as follows
Expand Down
427 changes: 214 additions & 213 deletions fsrs4anki_optimizer.ipynb

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion package/fsrs4anki_optimizer/__init__.py

This file was deleted.

136 changes: 0 additions & 136 deletions package/fsrs4anki_optimizer/__main__.py

This file was deleted.

Loading