Ashley Scillitoe
Ashley Scillitoe
Good spot, I missed these, and guess they weren't flagged up as sphinx errors as they're absolute url's as opposed to relative links to sphinx source. I'll grep all absolute...
Adding to the list of remote artefacts that need updating/fixing: - [ ] The attack dataset. The metadata for `attack='slide'` is incorrectly listed as `attack='sl1bia'`. This is causing the `test_fetch_attack`...
@jklaise I didn't want to cause confusion by editing your comment, but perhaps you can add these to the list of notebooks with errors: - [ ] `od_if_kddcup.ipynb` - `AttributeError:...
**Related issue:** `has_tensorflow` is defined as follows in `utils/frameworks.py`: ```python try: import tensorflow as tf # noqa has_tensorflow = True except ImportError: has_tensorflow = False ``` In the edge case...
Note to self: Investigate why tests are not being excluded from `sdist`. Same for `doc` and `examples`.
**Additional note on editable installs** The current setup in this PR supports `pip install -e .` when using `pip >= 21.1.0`. For older versions the following is given: ``` ERROR:...
Agreed. It might even be best to just raise a warning, as many detectors do still work if `dtypes` don't match (e.g. those without a backend). I think @arnaudvl is...
This change might also allow us to [https://autodoc-pydantic.readthedocs.io/en/stable/index.html](https://autodoc-pydantic.readthedocs.io/en/stable/index.html) to prettify our pydantic model api docs. This package doesn't appear to work properly if `pydantic`, or any modules used as types...
Additional sub-issues to consider: - [ ] The `transformers` recipe includes `pytorch`, therefore our recipe implicitly includes `pytorch` and it cannot be optional. We should add `pytorch` explicitly to the...
Closing for now. Please feel free to open if any follow-up questions!