as754770178

Results 12 issues of as754770178

when I exec import, report error: ``` # In SeanNaren/warp-ctc/pytorch_binding >>> from warpctc_pytorch import CTCLoss Traceback (most recent call last): File "", line 1, in File "/data/110482/code/lstm/SeanNaren/warp-ctc/pytorch_binding/warpctc_pytorch/__init__.py", line 6, in...

I read the code in `export_pb_tflite_models.py`. The following code compress the model, but I think these operation will save in the `pb` file, and the new output `x` rely on...

I want to know why restore model at the end of `__train_pruned_model`, because no operation after this. ``` def __calc_grads_pruned(self, grads_origin): ...... if self.__is_primary_worker(): with self.pruner.model.g.as_default(): self.pruner.saver = tf.train.Saver() #...

minor bug

I prune resnet_20 at cifar_10 by ChannelPrunedLearner, but I reader `original_model.ckpt`, `pruned_model.ckpt` and `best_model.ckpt`, the size of weight is same. `origin val` is the size of weight in `original_model.ckpt`, `pruned...

I compress the model by ChannelPrunedLearner, when executed to `self.sess_train.run(self.train_op)` in `__train_pruned_model(self, finetune=False)` fun, the program don't continue execution。 I don't know This is because my machine is too card...

``` INFO:tensorflow:learner model name: resnet_v1_18, run_mode: TRAIN, num_classes: 5, weight_decay: 0, data_format: NHWC, image_size: 224 Quantized: model/resnet_v1_18/block1/unit_1/residual_unit_v1/conv1/Conv2D/quantize Quantized: model/resnet_v1_18/block1/unit_1/residual_unit_v1/conv2/Conv2D/quantize Quantized: model/resnet_v1_18/block1/unit_2/residual_unit_v1/conv1/Conv2D/quantize Quantized: model/resnet_v1_18/block1/unit_2/residual_unit_v1/conv2/Conv2D/quantize Quantized: model/resnet_v1_18/block2/unit_1/residual_unit_v1/shortcut/Conv2D/quantize Quantized: model/resnet_v1_18/block2/unit_1/residual_unit_v1/conv1/Conv2D/quantize Quantized: model/resnet_v1_18/block2/unit_1/residual_unit_v1/conv2/Conv2D/quantize Quantized:...

error info: ``` Traceback (most recent call last): File "/home//git/pocket_flow/compress_model_run.py", line 100, in compress_model learner = create_learner(sm_writer, model_helper) File "/home/git/pocket_flow/learners/learner_utils.py", line 49, in create_learner learner = ChannelPrunedLearner(sm_writer, model_helper) File "/home/git/pocket_flow/learners/channel_pruning/learner.py",...

看到博客中有car.json,但我在git工程中没有找到这个数据。

I still have this problem. my project version: ``` commit 0a1a74b16a6712a11570ad06c0378584fe2095f2 Merge: 7589307 96a4037 Author: Jianwei Yang Date: Thu May 9 12:39:35 2019 -0400 Merge pull request #544 from kentaroy47/pytorch-1.0...

有几章内容没有markdown文件