chao

Results 8 comments of chao

Here [link]( https://github.com/ChaoWangHS/TTlayer/blob/master/TTLayer/mnist-tflayers.py#L54) is. Thanks

Thanks a lot. I reimplement it not using any tensorpack framework, and it works. As your note, when I use TTDense in the last one , and accuracy is low,...

In practice the matrix of the last one layer will be bigger. Weights matrix in previous layer can be compressed using Quantization weights .

In the code:`def train(model, data, batch_size=128, learning_rate=FLAGS.learning_rate, log_dir='./log', checkpoint_dir='./checkpoint', num_epochs=-1):` seems batchsize not get from > --batch_size = N So, I recommend you change it in train function. >

please install it by : `pip install skdata`

Sir, did you resolved this error?

@weiliu89 @ruobop I try to fix this bug, would you please reviewer my code and correct me if i am wrong.