kerasify icon indicating copy to clipboard operation
kerasify copied to clipboard

Shouldn't it be Tensor in(10)? README.md

Open naotokui opened this issue 8 years ago • 0 comments

In test_cc in README.md, it says Tensor in(1), but shouldn't it be Tensor in(10)??

#include "keras_model.h"

    // Create a 1D Tensor for input data.
    Tensor in(1);
    in.data_ = {{0, 1, 2, 3, 4, 5, 6, 7, 8, 9}};

naotokui avatar Apr 03 '17 01:04 naotokui