创建openstack的keystone认证服务器报错: The request you have made requires authentication. (HTTP 401) (Request-ID: req-f94bebba-f0c5-4a92-85 处理方法: #openssl rand ...
分类:
Web程序 时间:
2019-07-22 18:33:36
阅读次数:
159
tensorflow-gpu验证准确率是报错如上: 解决办法: 1. 加入os.environ['CUDA_VISIBLE_DEVICES']='2' 强制使用CPU验证 慢 2.'batch_size', 降低为32,即可使用GPU跑 快 ...
分类:
其他好文 时间:
2019-07-22 13:52:29
阅读次数:
725
前向传播: tensor中的require_grad参数: 设置为True时,会记录该tensor的计算过程; tensor中的grad_fn属性: 用来保存计算过程; tensor设置requires_grad=True后不保留计算过程可使用: with torch.no_grad(): pass ...
分类:
其他好文 时间:
2019-07-20 00:25:55
阅读次数:
167
内容来自: https://segmentfault.com/a/1190000013341344?utm_source=tag newest Spring中七种事务传播行为 事务传播行为类型| 说明 | PROPAGATION_REQUIRED| 如果当前没有事务,就新建一个事务,如果已经存在一个 ...
分类:
编程语言 时间:
2019-07-17 16:50:29
阅读次数:
106
#-----------------------------------# # R in Action (2nd ed): Chapter 18 # # Advanced methods for missing data # # requires packages VIM, mice # # ins... ...
分类:
编程语言 时间:
2019-07-12 18:58:46
阅读次数:
175
#-----------------------------------------# # R in Action (2nd ed): Chapter 15 # # Time series # # requires forecast, tseries packages # # inst... ...
分类:
编程语言 时间:
2019-07-12 15:43:07
阅读次数:
134
#----------------------------------------# # R in Action (2nd ed): Chapter 10 # # Power analysis # # requires packages pwr to be installed # # install... ...
分类:
编程语言 时间:
2019-07-12 14:25:51
阅读次数:
138
#----------------------------------------# # R in Action (2nd ed): Chapter 10 # # Power analysis # # requires packages pwr to be installed # ... ...
分类:
编程语言 时间:
2019-07-12 14:14:55
阅读次数:
121
#-----------------------------------# # R in Action (2nd ed): Chapter 5 # # Advanced data management # # requires that the reshape2 # # package has be... ...
分类:
编程语言 时间:
2019-07-12 13:03:23
阅读次数:
132
#-----------------------------------# # R in Action (2nd ed): Chapter 5 # # Advanced data management # # requires that the reshape2 # # package has be... ...
分类:
编程语言 时间:
2019-07-12 12:55:56
阅读次数:
116