quadra
quadra copied to clipboard
Quadra: Effortless and reproducible deep learning workflows with configuration files.
### Description & Motivation Right now we have no direct way to setup the number of threads used by numpy or torch, as such there are cases of heavy cpu...
### Description & Motivation Right now the amount of available standard losses is very limited, for example for classification we have only bce (which is actually bce with logits), it...
`quadra` needs to be installed using tags defined inside the repository. For example: ```bash pip install git+https://github.com/orobix/[email protected] ``` The main reason for this problem is that PyPI does not allow...
## Summary Fix quadra not installed properly without the onnx extra, minor fixes to the documentation. ## Type of Change - Bug fix (non-breaking change that solves an issue) ##...