Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pxl-th committed Jun 18, 2020
1 parent 592244b commit 3413c3a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
*.bson
/docs/build/
*.dll
**/Manifest.toml
Manifest.toml
4 changes: 2 additions & 2 deletions src/trajectory.jl
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,11 @@ during training, for example.
- `weights::Params`: Target weights of the model. E.g. from last epoch.
- `checkpoints::Vector{String}`: Checkpoints of the model from previous epochs.
They will be loaded in sorted order and should contain weights
under `checpoint_weights` key.
under `checkpoint_weights` key.
- `projection::Symbol`: Projection method. Either `:lstsq` or `:cos`.
!!! note
Checkpoint files should contain weights under `checpoint_weights` key.
Checkpoint files should contain weights under `checkpoint_weights` key.
"""
function create_trajectory(
weights::Params, checkpoints::Vector{String}, projection::Symbol = :cos,
Expand Down

0 comments on commit 3413c3a

Please sign in to comment.