fix second unsqueeze

This commit is contained in:
Mike J Innes 2017-04-27 15:04:48 +01:00
parent f4acd286c8
commit f5f5e77239

View File

@ -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]))