-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix
open_clip
library change default transformer behavior to `batch…
…_first=True`
- Loading branch information
1 parent
3e47ff7
commit 4879009
Showing
10 changed files
with
288 additions
and
6,197 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,12 +28,13 @@ custom_quarto_yml = True | |
custom_sidebar = True | ||
|
||
### PyPI ### | ||
author = Florian Fuerrutter | ||
author_email = [email protected] | ||
copyright = 2023 onwards, %(author)s | ||
audience = Developers | ||
description = Generating quantum circuits with diffusion models | ||
keywords = quantum-information diffusion-model generative-model | ||
language = English | ||
status = 3 | ||
requirements = torch numpy matplotlib scipy pandas omegaconf qiskit tqdm joblib open_clip_torch ipywidgets pylatexenc | ||
author = Florian Fuerrutter | ||
author_email = [email protected] | ||
copyright = 2023 onwards, %(author)s | ||
audience = Developers | ||
description = Generating quantum circuits with diffusion models | ||
keywords = quantum-information diffusion-model generative-model | ||
language = English | ||
status = 3 | ||
requirements = torch numpy matplotlib scipy pandas omegaconf qiskit tqdm joblib open_clip_torch ipywidgets pylatexenc | ||
dev_requirements = jupyterlab nbdev |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters