wfdb-python
wfdb-python copied to clipboard
Does this repository support contributions with the deep learning package?
In DEVELOPING.md, It stated, "New functions and classes should have numpy/scipy style." Does it mean it doesn't allow deep learning packages such as Keras?
If so, then is it allowed to convert a Keras3 tensor into a NumPy tensor by manually extracting the weights and treating it as an nd.array for processing? So, no external deep learning framework dependencies are needed.