- 博客(2)
- 收藏
- 关注
原创 【Python】theano提示:g++ not detected的解决办法(不安装Anaconda,直接安装mingw)
import theano出现:WARNING (theano.configdefaults): g++ not detected ! Theano will be unable to execute optimized C-implementations (for both CPU and GPU) and will default to Python implementations. Performance will be severely degraded. To remove this warn
2020-09-01 14:39:50 1615 1
原创 【Python】multiprocessing Pool 进程间通信共享
起因在使用multiprocessing Pool 时,需要每个进程都对同一个字典进行操作。爬坑想到:from const import AIM_DICT 即多个进程共用同一个字典常量,但实际上如果用 id() 来检查不同进程中的字典会发现 id 并不相同,也就是每个进程在创建的过程中都会执行 import… 所以最后它们读写的字典并不是预想中的同一个。考虑到创建多个进程的过程中...
2018-11-26 17:08:20 4327 2
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人