腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
搜索
关闭
文章
问答
(81)
视频
开发者手册
清单
用户
专栏
沙龙
全部问答
原创问答
Stack Exchange问答
更多筛选
回答情况:
全部
有回答
回答已采纳
提问时间:
不限
一周内
一月内
三月内
一年内
问题标签:
未找到与 相关的标签
筛选
重置
0
回答
tf-seving如何部署pytorch bert
fine-tuning
生成的模型?
pytorch bert
fine-tuning
bin模型文件如何转成tf pb文件
浏览 285
提问于2020-07-02
1
回答
使用caffe (create_imagenet.sh)将我的jpg转换为lmdb时的问题
leveldb format,set -e DATA_TEST=/home/sun/Documents/python/
fine-tuning
/Oxford102/data/
浏览 0
修改于2018-06-01
得票数 0
1
回答
用PyTorch耗尽GPU内存
PROBLEM SECTION*******# print("
Fine-tuning
epoch {}, batch {}".format(epoch, ii))loss.backward() return loss
浏览 3
修改于2020-11-17
得票数 1
回答已采纳
1
回答
微调和很少的射击学习有什么区别?
我试图理解
fine-tuning
和few-shot学习的概念。 我理解微调的必要性。它本质上是调整一个预先训练的模型到一个特定的下游任务。
浏览 2
修改于2022-06-22
得票数 1
回答已采纳
1
回答
Tensorflow object_detection保存和加载微调模型的正确方法
tf.train.CheckpointManager(ckpt, directory="test_data/checkpoint/", max_to_keep=5)...exported_ckpt, directory="test_data/checkpoint/", max_to_keep=5)... print('Done
fine-tunin
浏览 3
修改于2020-12-27
得票数 0
回答已采纳
2
回答
"ValueError:您必须指定input_ids或inputs_embeds“在培训AutoModelWithLMHead模型(GPT-2)时
ValueError: You have to specify either input_ids or inputs_embeds# Load data train_data = train_file.read().split("--") with open("
Fine-Tuning
浏览 7
提问于2022-01-04
得票数 0
回答已采纳
1
回答
faq机器人的gpt-3微调
我现在有三个问题: 我如何监控/审查或验证
fine-tuning
?is 70问题答案对的成功与否,而无法看到任何结果?是否有必要以某种方式增加数据,将问题答案对重新定义几次以获得更多的培训数据?
浏览 13
提问于2022-12-04
得票数 -2
3
回答
如何在Keras中微调ResNet50?
) # convolutional layersSGD(lr=0.0001, momentum=0.9), loss='categorical_crossentropy') # we train our model again (this time
fine-tuning
浏览 2
提问于2017-05-09
得票数 2
2
回答
为什么我要在Keras中做两个调整InceptionV3的火车步骤呢?
) # convolutional layersSGD(lr=0.0001, momentum=0.9), loss='categorical_crossentropy') # we train our model again (this time
fine-tuning
浏览 4
修改于2017-03-20
得票数 5
回答已采纳
1
回答
为什么TCNT1不指望Atmega328呢?
and contrast pinMode(lcdBackligthPin, OUTPUT); //
fine-tuning
浏览 0
提问于2018-09-10
得票数 0
1
回答
如何在keras的微调网络中提取特征向量
validation_data=(x_test, y_test)) #I can start
fine-tuning
loss='categorical_crossentropy', metrics=['binary_accuracy']) # I train our model again (this time
fine-tuning
浏览 0
提问于2017-07-03
得票数 1
2
回答
用Keras转移学习。最后一层的激活应该是什么?
This is important for
fine-tuning
, as you willx = base_model(inputs, training
浏览 4
提问于2021-06-18
得票数 1
回答已采纳
1
回答
解决微调GPT-2 (HuggingFace)时“内存不足”的问题
以下是供参考的整个配置: "model_name_or_path": "dbmdz/german-gpt2", "validation_file": "
Fine-Tuning
Dataset/test.txt", "output_dir": "Model
浏览 49
修改于2022-01-07
得票数 1
回答已采纳
4
回答
Python查找所有出现的连字符并在位置替换
现在替换和存储索引 假设这些连字符词不属于固定的字典,我将在其中添加以下约束: 连字符之间的字符数必须从最小到最大,如{1,3},以便捕获组必须匹配c-come或c-c-come,而不是像
fine-tuning
浏览 1
修改于2019-06-04
得票数 2
回答已采纳
2
回答
如何找到与模式列表不匹配的行?
The functions are shortcuts that 20:don’t require you to compile a regex object first, but miss some
fine-tuning
浏览 2
修改于2016-03-14
得票数 1
回答已采纳
1
回答
如何使用.ckpt.data和.ckpt.index加载模型
tf.train.latest_checkpoint(FLAGS.checkpoint_path) checkpoint_path = FLAGS.checkpoint_path tf.logging.info('
Fine-tuning
浏览 167
修改于2019-01-28
得票数 0
回答已采纳
4
回答
无法通过第一个时代--只是挂起[Keras传输学习初始阶段]
steps_per_epoch = 5, # we train our model again (this time
fine-tuning
浏览 5
修改于2020-06-20
得票数 1
回答已采纳
3
回答
在从段落中提取某些句子后,如何用<mark>标记对它们进行包装,同时为最终输出保留相同的段落格式?
Fine-tuning
of the rules was completed by the 1922 Committee just three weeks ago.
浏览 1
修改于2019-06-20
得票数 0
1
回答
如何在TF2.1中保存/加载用于微调/迁移学习的部分模型?
mm.model.load_weights('base_model') # load the pretrained model with the first two conv layers # further
fine-tuning
浏览 3
修改于2020-03-27
得票数 0
1
回答
Keras模型预测失败
(model, tags, model_file_prefix) # alongside t
浏览 0
提问于2017-03-12
得票数 1
第 2 页
第 3 页
第 4 页
第 5 页
点击加载更多
领券