Deipss
Deipss
When I run MLP.py ,GMF.py or ,NeuMF.py with my GPU (_GTX 1080_), the memory of which is fulled while the volatile GPU-Util are always around 20%. And the time-spending with...
Caused by the APIs of SciPy have been changed the has_keys() of sparse.dok_matrix is avilable in the : [scipy-0.16.1](https://docs.scipy.org/doc/scipy-0.16.1/reference/generated/scipy.sparse.dok_matrix.html#scipy.sparse.dok_matrix) but is disable in the follow version : [scipy-1.2.1](https://docs.scipy.org/doc/scipy-1.2.1/reference/generated/scipy.sparse.dok_matrix.html?highlight=dok_matrix) [scipy-1.3.2](https://docs.scipy.org/doc/scipy/reference/generated/scipy.sparse.dok_matrix.html?highlight=dok_matrix)
- [x] 我已经在 [issues](https://github.com/alibaba/arthas/issues) 里搜索,没有重复的issue。 ### 环境信息 #### os ``` Linux version 5.4.208-1.el8.elrepo.x86_64 (mockbuild@9eb7083f09a341c8927b7e957a86ead1) (gcc version 8.5.0 20210514 (Red Hat 8.5.0-10) (GCC)) #1 SMP Thu Jul 28 09:07:08 EDT 2022...
#### my code ```python top_left_video = VideoFileClip(video_path) origin_duration = top_left_video.duration new_duration = origin_duration * 0.85 logger.info( f'video{title} narrow form {origin_duration} down to ={new_duration} ,while audio duration is {duration}') top_left_video =...