quadra icon indicating copy to clipboard operation
quadra copied to clipboard

Quadra: Effortless and reproducible deep learning workflows with configuration files.

Results 4 quadra issues
Sort by recently updated
recently updated
newest added

### 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...

enhancement

### 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...

enhancement

`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...

enhancement

## 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) ##...

bug