Haiquan Li
Haiquan Li
好简洁!不过刚刚测试了一下,发现不应该是`month + 1`吧?应该就是`month`就可以了?
我查了MDN文档,`new Date().getMonth()` 确实是从0开始的。但是这里用的是`new Date().getDate()` ,返回值是1-31。 我又用Chrome Dev Tools验证了一下:  输出结果是31。但是6月应该是30天,7月是31天。所以我认为`getDays`里面,应该用`month`而不是`month + 1`。@mishe
`new Date(2016,6,0).getDate() //30` 同意!😄 可是文章中的代码是`new Date(year, month + 1, 0).getDate();`,所以应该是`month`而不是`month + 1`
I solved my issue(keeps scanning without device list) by doing the following steps: 1. remove the config file located at: `~/Library/Preferences/jp.sone.BLEUnlock.plist` 2. quit the app and remove it 3. `sudo...
> 有其他mac运行成功的案例吗,想知道是不是macos系统的原因(我是macos·12)导致生成的模型推理出来没声音。 我是M2 Max,系统是macOS 14.2.1,按 @Lion-Wu 提供的包和安装方法走了一遍,推理出的模型有声音,但是只是哼哼哈哈的声音...
> > 有其他mac运行成功的案例吗,想知道是不是macos系统的原因(我是macos·12)导致生成的模型推理出来没声音。 > > 我是M2 Max,系统是macOS 14.2.1,按 @Lion-Wu 提供的包和安装方法走了一遍,推理出的模型有声音,但是只是哼哼哈哈的声音... 我又测试了一下不同的生成模型,结果发现`GPT_weights`的模型数值越高的越逼真(`e15.pth`比`e5.pth`的语气更连贯);但`SoVITS_weights`只能选`e4_s32.pth`,选e8就开始有口齿不清的状况,选e12就会出现只有哼哼哈哈的状况了。`SoVITS_weights`这是越训练效果越差吗...
I found the solution, you should install the preview(nightly) version of pyTorch: `$ conda install pytorch torchvision torchaudio -c pytorch-nightly` Then simply change `cuda` into `mps` here: https://github.com/pkhungurn/talking-head-anime-3-demo/blob/8946939ec7b417f443d7b0e3fcd97384313fcdb8/tha3/app/ifacialmocap_puppeteer.py#L423 When using...
Same issue here... Any solutions?
My react version is 0.14.8, but I have to use "react-tap-event-plugin" on 0.2.2 instead of 1.0.0, due to this error of this issue.