Hi everyone.
I was learning Flux using the JUliaAcademy. Below is the link:
I’m facing the following problems while running this code:
- model.W and model.b are not tracked ones.
- Also, these weight and bias values are float 32 and not float 64.
- When I type back!(loss), it is showing
UndefVarError: back! not defined
- When I type
?SGD
, it is showing:
search: SGD AMSGrad Signed signed Unsigned unsigned sigmoid issetgid logsigmoid
Couldn't find SGD
Perhaps you meant SGD, Set, Sys, BGR, GR, RGB, GC, spy, Some, sec, sin or sum
No documentation found.
Binding SGD does not exist.
I’m using Flux v0.10.1. I think it is the version problem. Can someone tell me how to sort this and make the code run for Flux v0.10.1.
Thanking you in advance.