forked from qoherent/modrec-workflow
added weak typing to utils
This commit is contained in:
parent
9592d9e1e2
commit
f636d07b5f
|
@ -21,7 +21,7 @@ class DataSetConfig:
|
||||||
beta: float
|
beta: float
|
||||||
sps: int
|
sps: int
|
||||||
snr_start: int
|
snr_start: int
|
||||||
snr_end: int
|
snr_stop: int
|
||||||
snr_step: int
|
snr_step: int
|
||||||
num_iterations: int
|
num_iterations: int
|
||||||
recording_length: int
|
recording_length: int
|
||||||
|
|
|
@ -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.2.dev0
|
||||||
|
|
Loading…
Reference in New Issue
Block a user