peterjc123
peterjc123
Hi, I tried your patch. And looks like the changes have a conflict with the code [here](https://github.com/mjscosta/anaconda-client/blob/log_more_meaningfull_errors/binstar_client/commands/login.py#L31). When I log in and the token already exists, the 400 HTTP status...
It is out of date. > For now, I will try instead installing from source, using the cloned git project of pytorch and using the guide of https://github.com/pytorch/pytorch#from-source. I want...
@janakg > 1. The final lib file is too big, it is around 740MB. the corresponding builds in Mac/Ubuntu is around 64MB. Even though we switched off the USE_MKL The...
As for Clang builds, you could try http://blog.llvm.org/2018/11/30-faster-windows-builds-with-clang-cl_14.html and make sure you use `lld-link` over `link.exe`.
Also could you please check that you have turned off all the debugging flags like `/Z7` or `/Zi` or `/DEBUG:FULL` in the build?
Oh, maybe I have an existing 7zip installation. But anyway, we should not trigger reboot automatically.
> Sorry for bothering again, when I use QAT on yolov5, the conversion of the model will cause significant errors. I compare them layer by layer and find out it...
> I tried to train the model for 100 epochs on coco128 before, however, the error did not seem to be smaller. So maybe the error is caused by the...
@Raychen0617 The process seems to be correct. So I took a look at your model, it seems that the QAT rewrite in our repo doesn't handle `nn.SiLU` correctly so that...
@Raychen0617 You may try out https://github.com/alibaba/TinyNeuralNetwork/pull/107, which is the fix for the problem I described above.