2018年6月30日

摘要: 安装: conda install pytorch -c pytorch pip3 install torchvision pip install torchtext 这3个命令就够了 阅读全文
posted @ 2018-06-30 20:06 张博的博客 阅读(147) 评论(0) 推荐(0)
摘要: ''' 学习多进程和多线程 ''' import multiprocessing def deadLoop(): while True: pass if __name__ == '__main__':#多进程必须写这一行 p1 = multiprocessing.Process(target=dea 阅读全文
posted @ 2018-06-30 15:39 张博的博客 阅读(98) 评论(0) 推荐(0)

导航