首页
AI Coding
NEW
沸点
课程
直播
活动
AI刷题
APP
插件
搜索历史
清空
创作者中心
写文章
发沸点
写笔记
写代码
草稿箱
创作灵感
查看更多
会员
登录
注册
one_day
掘友等级
developer
|
here we go
stay hungry. stay foolish
获得徽章 5
动态
文章
专栏
沸点
收藏集
关注
作品
赞
8
文章 5
沸点 3
赞
8
返回
|
搜索文章
one_day
developer @here we go
·
8月前
关注
骨架屏
react组件 样式文件骨架屏组件react组件 样式文件骨架屏组件react组件 样式文件骨架屏组件...
0
评论
分享
one_day
developer @here we go
·
8月前
关注
less项目定义函数
my-plugin.js module.exports = { install: function (less, pluginManager, functions) { /...
0
评论
分享
one_day
developer @here we go
·
8月前
关注
安卓下载安装charles失败
https://www.cnblogs.com/QingshanY/p/16032740.html 问题现象 一直在连接中,无法下载; 解决方法 在电脑浏览器输入网址 ...
0
评论
分享
one_day
developer @here we go
·
9月前
关注
H5等接口返回之后再渲染还是骨架屏?
在H5页面开发中,选择使用骨架屏还是等待接口返回后再渲染,主要取决于用户体验和页面性能的平衡。以下是对两种方案的分析和建议: 1. 使用骨架屏 优点: 提升用户体验:骨架屏...
0
评论
分享
one_day
developer @here we go
·
9月前
关注
Deep Seek本地安装mac
DeepSeek本地化部署,可以离线使用deepSeek,不用担心数据安全,mac本地部署,离线使用...
0
评论
分享
one_day
developer @here we go
·
10月前
关注
小程序无感登录转
小程序无感登录https://juejin.cn/post/7457926197163687970小程序无感登录https://juejin.cn/post/7457926...
0
评论
分享
one_day
developer @here we go
·
10月前
关注
基于AI的智能硬件现状
智能硬件现状 智能语音助手: Amazon Echo和Google Home:这些设备使用基于Transformer的自然语言处理模型来理解和响应用户的语音命令。虽然具体的...
0
评论
分享
one_day
developer @here we go
·
10月前
关注
hugging face为什么有那么多类型的models? audio-text-to-text 、image-text-to-text等
GPT-3确实是一个通用的语言模型,能够处理多种自然语言处理(NLP)任务,如文本生成、翻译、问答等。然而,尽管GPT-3具有广泛的应用能力,它并不是为所有类型的任务(如图...
0
评论
分享
one_day
developer @here we go
·
10月前
关注
硬件设备单机,如何基于transformer实现小模型,实现实时翻译功能
要在单机硬件设备上基于 Transformer 实现小模型,并实现实时翻译功能,可以参考以下步骤: 选择合适的 Transformer 模型:首先,需要选择一个适合在单机硬...
0
评论
分享
one_day
developer @here we go
·
10月前
关注
基于transformer的gpt背景
transformers 并没有立刻占领整个世界,甚至在谷歌内部也没有马上普及。Kaiser 回忆道,在论文发表前提下,Shazeer 曾向谷歌高管提议放弃原有搜索索引机制...
0
评论
分享
one_day
developer @here we go
·
10月前
关注
transformer简单原理学习
Transformer模型是现代自然语言处理(NLP)中的一种重要架构,它在许多任务中表现出色。理解Transformer的原理可以从以下几个方面入手: 理论基础: Att...
0
评论
分享
one_day
developer @here we go
·
10月前
关注
react 路由写法
在使用 React Router 时,路径(path)是否需要加 / 取决于具体的情况和你希望实现的路由结构。以下是一些常见的情况和建议: 1. 根路径 对于根路径,通常需...
0
评论
分享
one_day
developer @here we go
·
10月前
关注
Transfomer模型参数
Transformer模型本身是一种架构,它并不包含具体的数据。它是一种用于处理序列数据(如自然语言)的神经网络架构,最初由Vaswani等人在2017年的论文《Atten...
0
评论
分享
one_day
developer @here we go
·
10月前
关注
React 打包部署后 Minified React error #321
Minified React error #321 1、原因前端域名使用的http,但是js资源使用的https,所以导致报错...
0
评论
分享
one_day
developer @here we go
·
10月前
关注
transformer、gpt、TensorFlow、PyTorch名词解释
1.openAI :是一家人工智能公司 2.chatgpt:是openai公司推出一款产品,主要是做自然语言处理的工具产品使用的技术是 Transformer神经网络架构 ...
0
评论
分享
one_day
developer @here we go
·
10月前
关注
ChatGPT 和Transformer关系
一、chartGpt与Transformer transformer是ChatGPT算法的核心,它是一种基于[神经网络]的自然语言处理模型。Transformer模型具有编...
0
评论
分享
one_day
developer @here we go
·
11月前
关注
逻辑像素
CSS像素可称为来逻辑像素(logical pixel),也可以称为设备独立像素(dip : device independent pixel) 写css的时候,其实用到的...
0
评论
分享
one_day
developer @here we go
·
12月前
关注
ios两行不显示省略号问题
1、两行省略,第一行前面有图标的场景,图标的样式不能使用dislay:inline-block,在ios不支持显示两行省略(安卓端正常) 2、调试方式,可以电脑使用模拟器,...
0
评论
分享
one_day
developer @here we go
·
1年前
关注
为什么叫offSetHeight
clientHeight 元素的像素高度,包含元素的高度+内边距,不包含水平滚动条,边框和外边距 offsetHeight 元素的像素高度 包含元素的垂直内边距和边框,水平...
0
评论
分享
one_day
developer @here we go
·
1年前
关注
本地开发正常,打包发布之后报错 React error #321;
本地开发正常,打包发布之后报错 Error: Minified React error #321; visit https://reactjs.org/docs/error...
0
评论
分享
下一页
个人成就
文章被点赞
251
文章被阅读
93,359
掘力值
3,571
关注了
50
关注者
73
收藏集
2
关注标签
15
加入于
2018-08-28