qiujunhan

Results 14 issues of qiujunhan

![微信截图_20210330105737](https://user-images.githubusercontent.com/38062062/112927000-de679280-9146-11eb-9b6b-8cce294549b8.png) 在使用遗传算法的时候,发现好的个体经常被刷掉,然后不断重复在较低水平,如果可以让最好的N个个体保留下来可以避免这种情况

feature request

ages = np.arange(0, 101).reshape(101, 1) predicted_ages = results[1].dot(ages).flatten() why 100 age have more big weights to calculate,hope to get answers,think you.

基金编号:310388 时间范围:2016-3-1 ~ 2017-3-2 基金编号:001312 时间范围:2019-9-10 ~ 2020-3-2 ... 查询失败 ,右上角显示range[1] should not less than range[0] 出现这种情况的不止这两个,很多都无法查询,希望修复

提问时请尽可能提供如下信息: ### 基本信息 - 你使用的**操作系统**: win10 - 你使用的**Python**版本: python3.8 - 你使用的**Tensorflow**版本: 2.2.0 - 你使用的**Keras**版本: 2.3.4 - 你使用的**bert4keras**版本: 最新版 - 你使用纯**keras**还是**tf.keras**: 纯keras - 你加载的**预训练模型**:chinese_L-12_H-768_A-12 ### 核心代码 ```python maxlen = 240 #输入的字库最大长度为240个字,我希望最终返回一个索引数组,表示选取了哪些字...

找了好久资料都不知道怎么用GPU训练,一些设置也改了 # -*- coding: UTF-8 -*- import torch import torch.nn as nn from torch.autograd import Variable import datasets from models import * import torch_util import os, shutil import argparse import...

尝试了好几个版本的微信,网上的教程基本上都试过了,用的是fiddle,cookie还是空的

![QQ截图20200929133953](https://user-images.githubusercontent.com/38062062/94516864-5cf77c00-0259-11eb-8d93-4d3fbacfa0cb.png) 到处都找不到这个sentence

刚跑了一下第一个chat_log,结果一打开大量重复的记录,冗余太大了吧,我这有700多M的聊天记录txt,感觉跑完我电脑会炸。 而且chat_log里面的date = [] 是错的,应该是data = []

### Is your feature request related to a problem? Please describe. 想做一个价格预测的模型,可以微调模型输出一个数值吗 ### Solutions 想做一个价格预测的模型,可以微调模型输出一个数值吗 ### Additional context _No response_

- **(1) Describe the bug 简述** 输入比较长的内容就容易测试出来 - **(2) Screen Shot 截图** 通过调试发现,即使点击停止,重置,更改输入框内容,再次运行仍然是上一次的history ![QQ截图20230424113459](https://user-images.githubusercontent.com/38062062/233894434-6930c13f-f03e-4a43-b185-e431e0ffd1c6.png) - **(3) Terminal Traceback 终端traceback(如有)** - **(4) Material to Help Reproduce Bugs 帮助我们复现的测试材料样本(如有)** 例如输入以下内容,过会后点击停止,重置,再次运行,他会从上次的结果继续输出,即使更换文本内容也是这样 翻译成中文 #...

bug