BiGy2018

Results 6 issues of BiGy2018

https://github.com/he-y/filter-pruning-geometric-median/blob/76f0ffefbdba7335251bfbafaadce49a2f08d2b9/pruning_cifar10.py#L568 Does this code means to prune all the layer by distance out of range(args.layer_begin, args.layer_end + 1, args.layer_inter)? If so, I think self.distance_rate[index] should be 0, because you don't...

在小节“索引缓冲对象”中,”最后的初始化和绘制代码现在看起来像这样:” ``` // ..:: 初始化代码 :: .. // 1. 绑定顶点数组对象 glBindVertexArray(VAO); // 2. 把我们的顶点数组复制到一个顶点缓冲中,供OpenGL使用 glBindBuffer(GL_ARRAY_BUFFER, VBO); glBufferData(GL_ARRAY_BUFFER, sizeof(vertices), vertices, GL_STATIC_DRAW); // 3. 复制我们的索引数组到一个索引缓冲中,供OpenGL使用 glBindBuffer(GL_ELEMENT_ARRAY_BUFFER, EBO); glBufferData(GL_ELEMENT_ARRAY_BUFFER, sizeof(indices), indices, GL_STATIC_DRAW); //...

https://github.com/AaronHeee/MEAL/blob/fd4a23a8ed360dfe91ad6fc55d3214434c1b82d8/models/resnet.py#L114 Why do you add 1 on fc_layer? It seems you have already set it when giving input.

Could you please tell me what number do you set for opt.nf(feature extractor first layer's out channel)?

![image](https://github.com/lipku/metahuman-stream/assets/27851064/cee253d5-8e8d-407e-a8ca-793b9f425665) 但还有有点小问题:播放速度会很快,不管是视频的播放速度还是语音的播放速度都像是2倍速: https://github.com/lipku/metahuman-stream/assets/27851064/ffd6e22c-b2c4-483d-aec2-ce0e5dddf3e7