fix second unsqueeze
This commit is contained in:
parent
f4acd286c8
commit
f5f5e77239
@ -19,4 +19,4 @@ model(unsqueeze(data[1][1]))
|
|||||||
Flux.train!(model, train, test, η = 1e-4)
|
Flux.train!(model, train, test, η = 1e-4)
|
||||||
|
|
||||||
# An example prediction post-training
|
# An example prediction post-training
|
||||||
model(data[1][1])
|
model(unsqueeze(data[1][1]))
|
||||||
|
Loading…
Reference in New Issue
Block a user