Saransh Chopra
Saransh Chopra
For the versioning part - I have tried `mike` - https://github.com/jimporter/mike - on a personal project before, but it was too much work (for a personal project). It might work...
> This already happens silently like [so](https://github.com/FluxML/Metalhead.jl/runs/7807657734?check_suite_focus=true#step:6:92). I might have to look at the Documenter docs more closely to see if there's a way to A. opt out for certain...
There have been some discussions regarding using Pluto notebooks for writing tutorials and how-to guides in `Flux`. We can try using Pluto notebooks for the tutorials if we don't want...
> Also once this is in I think the Publish docs will stop deploying, so there probably needs to be a note somewhere to figure out how to navigate to...
Note: `Metalhead.resnet` has no docstring; hence the references pointing to it are broken. If a docstring is added to `Metalhead.resnet`, I can rebase this branch and make cross-references strict, which...
I still cannot make the cross references strict because now `mbconv_stage_builder`'s reference ends up in a 404 page 😅 I guess this would keep happening as `Metalhead` is under a...
Worked!! https://fluxml.ai/Metalhead.jl/dev/index.html - the previous versions are intact too!
> `σ` and `glu` should definitely be public. The rest can stay private for now, I think. `σ` is present in the references as `sigmoid`. Adding `glu`!
For some reason I can request a review from only 1 person at a time :(
Is this ready for merging?