Mirror and Proxy Summary 1. Mirror Help MirrorZ Help Maven pip Anaconda Git 2. Proxy2.1 pippip install command: 1--proxy http://<usr_name>:<password>@<proxyserver_name>:<port#> 2.2 python1234567 2023-10-29
Common Commands for ffmpeg 1. Video Related1.1 Automatic video encoding conversion1ffmpeg -i input.mp4 -crf 10 output.mp4 -i input.mp4: This flag (-i) specifies the input file (input.mp4). -i is followed by the name of the in 2023-10-23 #ffmpeg
CUDA error: device-side assert triggered Error Message: 1234RuntimeError: CUDA error: device-side assert triggeredCUDA kernel errors might be asynchronously reported at some other API call, so the stacktrace below might be incorrect.For debu 2023-10-23
Common Commands for Linux 1. File System Navigation: ls: List directory contents. cd: Change the current directory. pwd: Print the current working directory. mkdir: Create a new directory. rmdir: Remove a directory. cp: Copy f 2023-10-23 #Linux
Full Stack Development and Deep Learning TensorFlow/PyTorch GPU Acceleration with NVIDIA Docker in WSL2 0. Forewordhttps://www.jianshu.com/p/971eb206be25 1wsl --install 12wsl --export Ubuntu D:\hyper-v\Ubuntu.tarwsl --import Ubuntu D:\hyper-v\Ubuntu D:\hyper-v\Ubuntu.tar 3.3.1 2023-10-23
Windows Gadgets Recommendations 0. EverythingEverything is an extremely fast Windows file search utility that can index your entire hard drive in seconds and provide instant search results. Compared to Windows’ built-in search, Ever 2023-10-19
Gradio Tutorial 0. Foreword0.1 Related LinksGradio Oficial Documents: https://www.gradio.app/docs/inetrfaceGradio github url: https://github.com/gradio-app/gradio 0.2 NoteThe official documentation is far more detail 2023-10-19
ARIMA Tutorial 0. Foreword1. IntroductionARIMA stands for “AutoRegressive Integrated Moving Average.” It is a widely used statistical method and time series forecasting model for analyzing and forecasting time serie 2023-09-11
EDA Technology Practical Tutorial 0. Related LinkVideos Url 1.2. HDLHardware Description Language Supported by mainstream EDA tools: VHDL Verilog HDL In the process of refinement, significant enhancements have been made primarily in 2023-07-31