Skip to content

Commit

Permalink
Update bitstreamlining.jl path fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nityajoshi authored Nov 11, 2023
1 parent 78111f0 commit 0b406fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _tutorials/bitstreamlining.jl
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Pkg.instantiate()
# and do not make the parameter based loss explode.

# ```julia
# include("_tutorials/src/setup.jl");
# include("./src/setup.jl");


# # this pretrained model has good accuracy on evaluating, but needs batchnorms if being trained.
Expand All @@ -62,4 +62,4 @@ Pkg.instantiate()
# # m_merged can now be trained for finetuning.
# ```

Pkg.activate(".") # hideall
Pkg.activate(".") # hideall

0 comments on commit 0b406fd

Please sign in to comment.