fallback to older version
Some checks failed
RIA Hub Workflow Demo / ria-demo (push) Failing after 15s
Some checks failed
RIA Hub Workflow Demo / ria-demo (push) Failing after 15s
This commit is contained in:
parent
f636d07b5f
commit
c30d7f51d2
|
@ -10,4 +10,4 @@ timm~=0.9
|
||||||
torch~=2.2
|
torch~=2.2
|
||||||
onnx~=1.18
|
onnx~=1.18
|
||||||
onnxruntime~=1.22
|
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 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):
|
for i in range(3):
|
||||||
recording_length = settings.recording_length
|
recording_length = settings.recording_length
|
||||||
beta = (
|
beta = (
|
||||||
|
|
Loading…
Reference in New Issue
Block a user