Skip to content

Commit

Permalink
egs: update baseline_m.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
haoxiangsnr authored Jan 16, 2024
1 parent 573fb43 commit a15cece
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion recipes/intel_ndns/spiking_fullsubnet/baseline_m.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ path = "torch.optim.AdamW"
lr = 1e-3

[model]
path = "model.SpikingFullSubNet"
path = "audiozen.models.spiking_fullsubnet.modeling_spiking_fullsubnet.SpikingFullSubNet"
[model.args]
n_fft = 512
hop_length = 128
Expand All @@ -53,6 +53,7 @@ use_pre_layer_norm_sb = true
bn = true
shared_weights = true
sequence_model = "GSN"
num_spks = 1

[acoustics]
n_fft = 512
Expand Down

0 comments on commit a15cece

Please sign in to comment.