Skip to content

Commit

Permalink
temporary patch
Browse files Browse the repository at this point in the history
  • Loading branch information
teticio committed Dec 5, 2022
1 parent 6456a7f commit 52ca0bd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/train_unconditional.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
from accelerate.logging import get_logger
from datasets import load_from_disk, load_dataset
from diffusers import (
AudioDiffusionPipeline,
Mel,
DDPMScheduler,
UNet2DModel,
DDIMScheduler,
Expand All @@ -29,6 +27,7 @@
import numpy as np
from tqdm.auto import tqdm
from librosa.util import normalize
from audiodiffusion import AudioDiffusionPipeline, Mel

logger = get_logger(__name__)

Expand Down

0 comments on commit 52ca0bd

Please sign in to comment.