Yang Zhuo
Yang Zhuo
 **The url of the data set seems to be invalid. Can you provide usable data set url? Or is there an alternative?** 
## 🤩 Functional description Being new to deep learning and even pytorch, I have a hard time understanding the intricate network structure in deep learning. What are the roles of...
 我注意到您`main.ts`中`naive-ui`使用的是全局安装 使用`npm i`在安装项目依赖的时候,需要的时间太久了,后续本地打开localhost的时间肯定也会受影响(本人之前踩过坑) 建议使用`naive-ui`按需导入方法,加上`unplugin-auto-import `插件来实现自动导入 可以参考链接:https://www.naiveui.com/zh-CN/os-theme/docs/import-on-demand
 clone仓库时,由于仓库lfs带宽和存储空间限制,lfs跟踪记录的*.exe文件无法被正常克隆 正常情况下,~/command/win下面应该有三个文件  如果你想了解lfs带宽或存储空间详情,可以参考https://docs.github.com/zh/billing/managing-billing-for-git-large-file-storage/viewing-your-git-large-file-storage-usage
### What is the issue? Is ollama available to create model through safetensors file? I run this commad, and error says unsupported content type: unknown. I have tried llama3.1 model...
windows系统安装jieba_fast库时报错  jieba_fast仓库的相关说明: 
**在阅读项目代码时,数据比较纷杂,包含语音、文本、图片等多模态数据,这边提出我的一些建议:** 1. 这些可以单独放一个repo中,或者新建一个文件夹存放,与爬取或处理这些数据的脚本放一起。因为这些数据可能时常需要更新维护,或者修改处理方式,这样可能更方便迭代。 2. 完善readme,标注数据来源、数据格式、数据如何使用等