GFHuang

Results 154 comments of GFHuang

Install `PyTorch` is so easy: `conda install pytorch torchvision torchaudio cudatoolkit=11.3 -c pytorch`. It auto install cuda. I don't know why tensorflow so difficult.

This [issue](https://github.com/microsoft/pyright/issues/9051#issuecomment-2368944137) may be related to this one.

> Thanks for the issue. You have to set your typechecking mode higher than 'off' for an error to show up: > > This is what I get with `typeCheckingMode`...

Not work. I had tried both untitled or saved file.

Hope these helpful. [pylance_2024.9.2_id_3.txt](https://github.com/user-attachments/files/17136578/pylance_2024.9.2_id_3.txt) https://github.com/user-attachments/assets/64ccfa08-1a1a-4487-b99f-067c13b1d0d5

> Can you clarify to what you're referring. Where do you see this version? For things like AssemblyInformationalVersion we often embed the commit hash from git. Right click the final...

> Are you referring to .NET itself or to an assembly you created? I use VS2019 to create a .NET WPF App, the app output .exe product version field contains...

> There's a property called `GenerateAssemblyFileVersionAttribute` that defaults to true. If you want to manage the file version, you can set this to false. Not work, suffix still. ![image](https://user-images.githubusercontent.com/4510984/127245121-bd0dadcd-5de0-415e-bf52-3b5935522505.png)

> You can try creating a binlog and then searching for the version. How to do this? > That looks very much like a commit SHA. Are you using any...