das.models.architecturesΒΆ

Defines the network architectures.

Functions

stft_res_dense(nb_freq, nb_classes[, ...])

Build the dense or optional ResNet architecture from TensorFlow-backed DAS.

tcn(*args, **kwargs)

Synonym for tcn_stft.

tcn_stft(nb_freq, nb_classes[, nb_hist, ...])

Create TCN network with optional trainable STFT layer as pre-processing and downsampling frontend.