Skip to content
Open
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
1 change: 0 additions & 1 deletion libs/architectures/architectures/networks/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
from .s4 import S4Model
from .wavenet import WaveNet
from .xylophone import Xylophone
270 changes: 0 additions & 270 deletions libs/architectures/architectures/networks/s4.py

This file was deleted.

3 changes: 2 additions & 1 deletion libs/architectures/architectures/supervised.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
from typing import Literal, Optional

from architectures import Architecture
from architectures.networks import S4Model, WaveNet, Xylophone
from architectures.networks import WaveNet, Xylophone
from jaxtyping import Float
from ml4gw.nn.resnet.resnet_1d import NormLayer, ResNet1D
from ml4gw.nn.resnet.resnet_2d import ResNet2D
from ml4gw.nn.ssm.s4d import S4Model
from torch import Tensor
import torch

Expand Down
2 changes: 1 addition & 1 deletion libs/architectures/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ requires-python = ">=3.10,<3.13"
license = "MIT"
dependencies = [
"einops>=0.8,<0.9",
"ml4gw>=0.7.2",
"ml4gw>=0.8.3",
"h5py>=3.9.0,<4",
"numpy~=1.26",
]
Expand Down
47 changes: 43 additions & 4 deletions libs/architectures/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading