写博客遇到的坑
包括环境问题,输入node -v 报错 最终重装解决 上传博客无法显示图片问题 最终解决办法: npm install hexo-renderer-marked npm install https://github.com/CodeFalling/hexo-asset-image 安装这两个库 修改_config.yml文件 以及在md文件中对图片路径的设置 注意使用相对路径,图片放在md文件同目录下的同名文件夹 最后使用hexo g之前要先hexo clean
GUI Agent
关于纯视觉通用GUI Agent的一些思考大模型的发展历程中,有三个重要的里程碑,它们分别是: 2017年 - 谷歌团队在论文《Attention is All You Need》中首次提出了注意力机制(Attention Mechanism)和Transformer架构,这一创新极大地推动了自然语言处理(NLP)领域的进步。2020年,Scaling Law,由OpenAI的研究团队在论文《Scaling Laws for Neural Language Models》中正式提出。这篇论文由首次系统地探讨了Decoder-only模型的性能与模型大小、数据集大小和训练计算量之间的关系。研究发现,当模型的计算量、参数量和数据量中的任何一个因素受限时,模型的性能与该因素之间存在幂律关系。通过增加模型的参数量和训练数据量,可以显著提升模型的性能,尤其是在达到一定规模后,模型会展现出“涌现”现象,即一些小规模模型无法实现的能力会在大规模模型中突然出现。 Chain of Thought (CoT) -...
Hello World
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub. Quick StartCreate a new post1$ hexo new "My New Post" More info: Writing Run server1$ hexo server More info: Server Generate static files1$ hexo generate More info: Generating Deploy to remote sites1$ hexo deploy More info: Deployment