LShi
LShi
According to the code that the residual information is obtained by subtracting the two frames, can it be directly extracted from the compressed video?
when compiled with g++: /python3.4/site-packages/tensorflow/include/tensorflow/stream_executor/dso_loader.h:32:30: fatal error: cuda/cuda_config.h: No such file or directory compilation terminated. solved by copy a cuda_config.h file from https://insight.io/github.com/tensorflow/tensorflow/blob/master/third_party/toolchains/gpus/cuda/cuda/cuda_config.h?line
Thanks for your great work~
梯度测试不通过
- 我使用 [gradcheck](https://github.com/pytorch/pytorch/blob/master/torch/autograd/gradcheck.py) 提供的梯度测试方法,测试梯度不通过。比较数值梯度和解析梯度,其每一个非零数(非边界位置)的符号,位置等都是一样的,但就是数值差了一点。 - 另外,在cifar10上简单测试,没有效果,它在使用上有什么要注意的吗,可不可以交流一下。