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
|
||||
sps: int
|
||||
snr_start: int
|
||||
snr_end: int
|
||||
snr_stop: int
|
||||
snr_step: int
|
||||
num_iterations: int
|
||||
recording_length: int
|
||||
|
|
|
@ -10,4 +10,4 @@ timm~=0.9
|
|||
torch~=2.2
|
||||
onnx~=1.18
|
||||
onnxruntime~=1.22
|
||||
utils==0.1.2.dev0
|
||||
utils~=0.1.2.dev0
|
||||
|
|
Loading…
Reference in New Issue
Block a user