chore(colab update

This commit is contained in:
sugarme 2020-07-05 13:54:29 +10:00
parent 7c43a59171
commit fc732eea75

View File

@ -145,7 +145,7 @@ func main() {
styleWeight := ts.FloatScalar(StyleWeight)
for stepIdx := 1; stepIdx <= int(TotalSteps); stepIdx++ {
fmt.Printf("Input var: %v\n", inputVar)
fmt.Printf("Input var size: %v\n", inputVar.MustSize())
inputLayers := net.ForwardAllT(inputVar, false, maxLayer)
// var sLoss ts.Tensor