Skip to content

Commit

Permalink
fix: add linear schedule in init
Browse files Browse the repository at this point in the history
  • Loading branch information
flavioschneider committed Oct 17, 2022
1 parent 6c9b5d4 commit 954f9be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions audio_diffusion_pytorch/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
KarrasSampler,
KarrasSchedule,
KDiffusion,
LinearSchedule,
LogNormalDistribution,
Sampler,
Schedule,
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
setup(
name="audio-diffusion-pytorch",
packages=find_packages(exclude=[]),
version="0.0.67",
version="0.0.68",
license="MIT",
description="Audio Diffusion - PyTorch",
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 954f9be

Please sign in to comment.