LuxDL / Lux.jl

Elegant & Performant Scientific Machine Learning in Julia
https://lux.csail.mit.edu/
MIT License
486 stars 58 forks source link

missing keyword in docstring #638

Closed RoyCCWang closed 4 months ago

RoyCCWang commented 4 months ago

The documentation of Conv, ConvTranspose, and CrossCor are missing the allow_fast_activation keyword. E.g., see here.

I added these keywords to the docstrings of these three composite types. The default values I used were taken from their corresponding constructor.