Eisneim Terry

Results 13 issues of Eisneim Terry

``` oader/src/avi.hpp:7:10: fatal error: 'cinttypes' file not found #include ^ In file included from loader/src/api.cpp:16: In file included from loader/src/api.hpp:17: In file included from loader/src/cpio.hpp:30: loader/src/buffer_in.hpp:19:10: fatal error: 'thread' file...

First of all thank @ggerganov for creating such a useful project! super helpful! it would be nice if the program can output a json file that contains detailed info of...

in file `inference/gorilla_eval.py` when set `--device mps ` the following function is not implemented ``` replace_llama_attn_with_non_inplace_operations() ```

所有依赖都装好了,前两部:预处理,提取特征,得到`3_feature256`文件夹都没有问题,但是到了真正训练的时候就一瞬间完成了,直接跳过了,*batch_size for every GPU: 1* 各种参数都试过都不行,电机训练模型,一点击基本上就显示完成 ``` step 1: processing data ...这里省略 step 3a: model traning started write filelist done python train_nsf_sim_cache_sid_load_pretrain.py -e eisneim -sr 40k -f0 1 -bs 1...

duplicate
enhancement

since torch 2.0 supports MPS it should be possible to make this great project work on Mac

As of 2023-2 there is still no bindings for Apple silicon M1, can't use deepspeech in electron on a arm Macbook

i have installed the apple version of tensorflow: https://developer.apple.com/metal/tensorflow-plugin/ i activate the venv, then `pip install magenta` it says can't find tensorflow `ERROR: No matching distribution found for tensorflow` ```...

it would be nice if it possible to validate array of object, for example somebody post something like this: ``` javascript [ { name:'aa', age: 23, tags:['ss','2333'] }, { name:'bb',...

i looked into the code ,there is a ``` // var opt = opt || {}; ``` it would be useful if i can set type of this.errors( which defaults...

opencv3 branch successfully compiled but encountered qt error when i execute the binary, but that's ok, what i most interested is the SfMToyLib code, so i can read and learn....