HuangYao

Results 3 issues of HuangYao

this featrue has been implement in my work. in my nodejs project.when i change my frontend css/js file.i must run the post script to package file so i can test...

follow configure step is right for me ``` ./configure --prefix=$PREFIX \ --target=$TARGET \ --disable-nls \ --enable-languages=c,c++ --without-headers \ --enable-interwork --enable-multilib \ --with-gmp=/usr/local/Cellar --with-mpc=/usr/local/Cellar --with-mpfr=/usr/local/Cellar ``` the gmp mpc mpfr must...

最近我在我的另外一台intel主机上调试成功运行了作者的代码。 改动很小,大概只是在import torch之后加入 ```python import torch #import intel_extension_for_pytorch as ipex ``` 然后 ```python model,optimizer = ipex.optimize(model, optimizer=optimizer, dtype=args.dtype) ``` intel b580 最小数据集复现时间为 ```text Epoch:[1/1](0/44160) loss:8.932 lr:0.000550000000 epoch_Time:5343.0min: Epoch:[1/1](100/44160) loss:nan lr:0.000549993674...