FluxML / Optimisers.jl

Optimisers.jl defines many standard optimisers and utilities for learning loops.
https://fluxml.ai/Optimisers.jl
MIT License
72 stars 20 forks source link

docs on freezing layers reworded #133

Closed ghost closed 1 year ago

ghost commented 1 year ago

This PR reworded docs about freezing layers from https://fluxml.ai/Flux.jl/stable/models/advanced/#Freezing-Layer-Parameters to https://fluxml.ai/Optimisers.jl/dev/#Frozen-Parameters

PR Checklist

mcabbott commented 1 year ago

Thanks for taking this on.

But I don't think this is the right approach. This package shouldn't really explain how Flux used to work. Such an explanation only be seen by someone who already knows to look here for the new way.