to-be-snail

Results 20 comments of to-be-snail

> Maybe something related to the GPU memory? > https://stackoverflow.com/questions/37337728/tensorflow-internalerror-blas-sgemm-launch-failed My machine is GTX2080,the GPUmemory is 8G,I dont know if i can finish the pruning...

> anything I'm sure I only run a tensorflow program at the same time and have reinstalled the tensorflow-gpu,it didn't worked.

> Could you try solutions provided in the above stack-overflow link, and see if anything helps? I'm sure I only run a tensorflow program at the same time and have...

> Maybe this one? https://stackoverflow.com/a/43130779/10611647 > gpu_options = tf.GPUOptions(per_process_gpu_memory_fraction=0.3) > sess = tf.Session(config=tf.ConfigProto( > allow_soft_placement=True, log_device_placement=True)) I have tried,although I'm not sure where to put it. ![image](https://user-images.githubusercontent.com/22833087/52610258-6765d600-2ebb-11e9-8128-bfa8c5864b42.png)

> Try to reduce the batch size? I have reduced the batch_size_eval to 1

> If the error occurs in the training process, then you should reduce FLAGS.batch_size instead of FLAGS.batch_size_eval. It didn't work...

> "mobilenet_v1_at_cifar10" seems like a new model helper? Does this model helper only crash when using the `ChannelPrunedLearner`, or does it also crash with other learners during evaluation? Thanks for...

> Can you try `FullPrecLearner` (no compression)? Oh,maybe I didn't explain clear.I have finished training on cifar10 dataset(no compression train and evaluate),then I was trying to prune my model and...