- 博客(4)
- 收藏
- 关注
原创 2021-11-12
今天在jupyter notebook又遇到了这个问题: AttributeError: module ‘dateutil.tz’ has no attribute ‘UTC’ 用了这个方法成功解决! pip install python-dateutil2.8.1 freezegun0.3.15
2021-11-12 18:41:14
83
1
原创 2021-11-10
jupyter notebook添加虚拟环境(之前用的时候没有那么多问题啊,不过好在一天一夜终于解决了) 我只是想在jupyter中添加我创建的虚拟环境,but,虚拟环境倒是添加到jupyter的列表里了,可是,选中虚拟环境的内核人家就是连不上网络,哎,就是这么气人。 一气之下,把anaconda卸载重新下载,可是… 1.jupyter闪退。用了这个博主的方法解决了。 https://www.jianshu.com/p/890684f89540 2.Bad file descriptor (D:\bld\z
2021-11-10 14:55:04
1447
1
原创 2021-02-17
csv文件转图片(fer2013) 1、代码 encoding:utf-8 import pandas as pd import numpy as np noinspection PyUnresolvedReferences import scipy.misc as sm import os noinspection PyUnresolvedReferences from PIL import Image emotions = { ‘0’: ‘anger’, # 生气 ‘1’: ‘disgust’, #
2021-02-17 13:41:14
97
1
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人