摘要:
问题 OMP: Error #15: Initializing libiomp5md.dll, but found libiomp5md.dll already initialized. OMP: Hint This means that multiple copies of the OpenMP 阅读全文
摘要:
查看已安装的包 pip list 安装指定包 pip install [package] 判断类型是否为空 if var is None: print('None') print()不换行 print('hell word',end='') 代码换行 print('hell\ o world'\ ) 阅读全文
摘要:
Sequence to Sequence Learning with Neural Networks https://arxiv.org/abs/1409.3215 Neural Machine Translation by Jointly Learning to Align and Transla 阅读全文