forked from qoherent/modrec-workflow
fallback to older version
This commit is contained in:
parent
f636d07b5f
commit
c30d7f51d2
|
@ -10,4 +10,4 @@ timm~=0.9
|
|||
torch~=2.2
|
||||
onnx~=1.18
|
||||
onnxruntime~=1.22
|
||||
utils~=0.1.2.dev0
|
||||
utils~=0.1.0
|
||||
|
|
|
@ -26,7 +26,7 @@ def generate_modulated_signals(output_dir: str) -> None:
|
|||
"""
|
||||
|
||||
for modulation in settings.modulation_types:
|
||||
for snr in np.arange(settings.snr_start, settings.snr_end, settings.snr_step):
|
||||
for snr in np.arange(settings.snr_start, settings.snr_stop, settings.snr_step):
|
||||
for i in range(3):
|
||||
recording_length = settings.recording_length
|
||||
beta = (
|
||||
|
|
Loading…
Reference in New Issue
Block a user