This commit is contained in:
parent
039afbb330
commit
e0fd6f00b4
|
@ -1,13 +1,12 @@
|
||||||
h5py
|
h5py
|
||||||
lightning
|
pytorch-lightning
|
||||||
matplotlib
|
matplotlib
|
||||||
numpy
|
numpy
|
||||||
PyYAML
|
PyYAML
|
||||||
PyYAML
|
scikit-learn
|
||||||
scikit_learn
|
|
||||||
timm
|
timm
|
||||||
torch
|
torch
|
||||||
onnx
|
onnx
|
||||||
onnxruntime
|
onnxruntime
|
||||||
--index-url https://riahub.qoherent.internal:3000/api/packages/qoherent/pypi/simple/
|
--index-url https://git.riahub.ai/api/packages/qoherent/pypi/simple/
|
||||||
utils
|
utils
|
||||||
|
|
|
@ -75,3 +75,4 @@ if __name__ == "__main__":
|
||||||
)
|
)
|
||||||
args = p.parse_args()
|
args = p.parse_args()
|
||||||
generate_modulated_signals(args.output_dir)
|
generate_modulated_signals(args.output_dir)
|
||||||
|
print("generated data to " + args.output_dirˍ)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user