zhanghui_china
zhanghui_china
(py36) user@MYHOST:~/AlphaPose$ python scripts/demo_inference.py --cfg 256x192_res50_lr1e-3_1x-simple.yaml --checkpoint simple_res50_256x192.pth --indir examples/demo/ Traceback (most recent call last): File "scripts/demo_inference.py", line 14, in from trackers.tracker_api import Tracker File "/home/ascend/AlphaPose/trackers/tracker_api.py", line 21, in from...
构建指南文档: https://github.com/openmlsys/openmlsys-zh/blob/main/info/info.md 编译PDF版本的说明中:  要下载两种字体,三个zip文件: (1)思源黑体 wget https://github.com/adobe-fonts/source-han-sans/raw/release/OTF/SourceHanSansSC.zip (2)思源宋体(极细+细体+常规+中等) wget https://github.com/adobe-fonts/source-han-serif/raw/release/OTF/SourceHanSerifSC_SB-H.zip (3)思源宋体:(半粗体+粗体+重粗体) wget https://github.com/adobe-fonts/source-han-serif/raw/release/OTF/SourceHanSerifSC_EL-M.zip 这三个链接已经下载不到字体了。 目前尚不知道OTF应该下载哪种字体。 思源宋体: [https://github.com/adobe-fonts/source-han-serif/tree/release#downloading-source-han-serif](url) 是Language-specific Variable Fonts  还是 Region-specific Subset Variable Fonts  思源黑体: [https://github.com/adobe-fonts/source-han-sans/tree/release](url)...
2.2章节
 图片跟文字描述的 模型定义-》模型结构不一致。应该是把图中的模型结构改为模型定义吧?
3.3章节
表格 3.3.1 标题有点歪  可以调整到居中一点。
 结束语中, 在系统角度,机器学习的算法无论是什么算法,涉及到高维数据任务的现都是矩阵运算实现的。 有点不大通顺。 比如可以改为: 从系统角度来看,无论是机器学习的什么算法,(只要)涉及到高维的数据任务,**目前**都是**通过**矩阵运算实现的。
docker image name: dustynv/nemo:r35.3.1 device: Jetson AGX Orin 32G step: import nemo import nemo.collections.asr as nemo_asr import nemo.collections.tts as nemo_tts import chinese2digits as c2d  citrinet = nemo_asr.models.EncDecCTCModel.restore_from("stt_zh_citrinet_512.nemo")  ...
绝对路径加载出错
针对 configs/opensora/inference/16x256x256.py 如果使用模型原始路径加载: from_pretrained="DeepFloyd/t5-v1_1-xxl", 视频可以生成。 但是如果将路径改为已经下载好的绝对路径: from_pretrained="/root/Open-Sora/pretrained_models/t5_ckpts/t5-v1_1-xxl", 报以下错误:
chatgpt4的知识截止日期是 2023 年 12月 chatgpt3.5的知识截止日期是 2022 年 1月 2022 年 11 月尚未推出 chatgpt4 2024 年 1 月 29 日 发布了 Baichuan 3 等等。
### Checklist - [ ] 1. I have searched related issues but cannot get the expected help. - [ ] 2. The bug has not been fixed in the latest...
### Checklist - [X] 1. I have searched related issues but cannot get the expected help. - [X] 2. The bug has not been fixed in the latest version. ###...