Adrian Hill

Results 49 issues of Adrian Hill

Passing an Array of Measurements to a `Conv` layer throws the error `ERROR: UndefRefError: access to undefined reference`: ```julia julia> using Flux, Measurements (@v1.7) pkg> status Flux Status `~/.julia/environments/v1.7/Project.toml` [587475ba]...

bug

Draft PR to add the ImageNet 2012 Classification Dataset (ILSVRC 2012-2017) as a `ManualDataDep`. Closes #100. ___ Since ImageNet is very large (>150 GB) and [requires signing up and accepting...

ImageNet is quite large and locked behind [terms of access that require an account](https://www.image-net.org/download.php). However it would be nice to be able to either * set a config (or `ENV`)...

The [doc section on number inputs](https://docs.juliahub.com/PlutoUI/abXFp/0.7.37/#Number-inputs-1 ) is currently broken: I thought this might be due to `RangeSlider` being commented out, but building the docs locally on my machine works...

bug
documentation

[`Flux.Parallel` docs](https://fluxml.ai/Flux.jl/stable/models/layers/#Flux.Parallel).

enhancement

This will be the first step towards #10 by allowing nested model structures. This requires the following changes: - [ ] new internal representation of rules, e.g. via `LRPRulesChain` /...

A visualisation method such as `plot_text_heatmap` from [this iNNvestigate notebook](https://github.com/albermax/innvestigate/blob/master/examples/sentiment_analysis.ipynb) would be useful for language tasks such as sentiment analysis.

enhancement
good first issue

Add a `Shapley` analyzer when ShapML is loaded. [LazyModules.jl](https://github.com/johnnychen94/LazyModules.jl) could be used for this purpose.

enhancement

for more performant use of Tullio.jl.

documentation