Skip to content

Commit

Permalink
Rename
Browse files Browse the repository at this point in the history
  • Loading branch information
kaseris committed Feb 12, 2024
1 parent c26468f commit 01bb921
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/skelcast/models/diffusers/series_diffuser.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from skelcast.models.diffusers.embedding import DiffusionEmbedding, PositionalEncoding


class Series_Denoiser(nn.Module):
class SeriesDenoiser(nn.Module):
def __init__(self, input_dim, qkv_dim, num_layers, num_heads, prefix_len, pred_len, diff_steps):
super().__init__()

Expand Down

0 comments on commit 01bb921

Please sign in to comment.