- 博客(3)
- 资源 (6)
- 收藏
- 关注
翻译 使用自己的数据再训练BERT
Though the pre-trained model is good enough, you may still want to tune the pre-trained model offered by Google on your own domain-specific corpus for several additional epochs. That is, give your Ber...
2019-08-15 20:49:28
10461
5
原创 np.where的用法
举例说明np.where是如何用的 import numpy as np x = np.arange(10.).reshape(5,2) 输出的x为: array([[0., 1.], [2., 3.], [4., 5.], [6., 7.], [8., 9.]]) np.where(x>0) (array([0, 1, 1, 2, 2, 3, 3, 4, 4]), array([1, 0,...
2019-08-15 10:51:57
438
原创 python中遇到中文字符的解决方案 (遇到错误:UnicodeDecodeError: 'utf8' codec can't decode byte 0xd1 in position 0)
python中遇到中文字符的解决方案 (遇到错误:UnicodeDecodeError: ‘utf8’ codec can’t decode byte 0xd1 in position 0: invalid continuation byte) 这是我自己遇到的中文字符的情况,报错信息类似于: UnicodeDecodeError: ‘utf8’ codec can’t decode byte 0...
2019-01-11 17:09:02
3850
Software Project Effort Estimation
2018-01-14
Ian Goodfellow等人的Deep Learning 英文版(含PDF、mobi和epub)
2017-09-30
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅