You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
ikhwanperwira
changed the title
Is this repository support contribution with deep learning package?
Does this repository support contributions with the deep learning package?
Dec 6, 2024
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.
The text was updated successfully, but these errors were encountered: