logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

错误记录-11.9

目录Git报错解决:fatal: unable to access 'https://github.com/.......': OpenSSL SSL_read: Connection was reset, errno 10054Git报错解决:fatal: unable to access ‘https://github.com/…’: OpenSSL SSL_read: Connection

#git
q-trader-Deep Q-learning driven stock trader bot-代码学习

GitHub原地址 q-trader概述Q-learning 应用于(短期)股票交易的实现。该模型使用收盘价的 n 天窗口来确定在给定时间采取的最佳行动是买入、卖出还是坐稳。作为短期状态表示的结果,该模型不太擅长对长期趋势做出决策,但非常擅长预测波峰和波谷。数据流相关库学习sys.argv python用法解释器读取命令行参数,把脚本名与其他参数转化为字符串列表存到 sys 模块的 argv 变量

#python
RuntimeError: expected scalar type Double but found Float

for name, param in model.named_parameters():print(name,'-->',param.type(),'-->',param.dtype,'-->',param.shape)学习

#深度学习#python#tensorflow
torch中的数据类型和相互转换

文章目录1 torch.Tensor2 Data types3 Initializing and basic operations1)使用torch.tensor() 创建2)使用python list创建3)使用zeros ones函数创建4)通过torch.dtype指定类型, torch.device指定构造器5)零维张量6)torch.Tensor.item()从包含单个值的张量中获取Py

#pytorch
暂无文章信息