aiyolo
aiyolo
I've built the lesson01 project and got these files, but I don't know how to do next.  
 The picture above shows the code of data augmentation of the train data in Pretrain stage, while transforms.RandomResizedCrop(88) operation might lose image information(see the picture below, the third one,...
 as noticed on the image above, on the first epoch, the training speed is only about 8 it/s, but it is continuously accelerating and increased to 30 it/s at...
Sent from PPHub
After installing torchstat, the following code won't work! ``` model.cuda() tensor = tensor.cuda() model(tensor) ``` and the error traces back to 👍 ``` ~/miniconda3/lib/python3.7/site-packages/torchstat/model_hook.py in wrap_call(module, *input, **kwargs) 45 46...
## Is Your Feature Request Related to a Problem? Please Describe. images with wiki links are not shown when notes are opened in other editors. ## Describe the Solution You'd...
微信里遇到搜索到小程序
currently, we can only set one theme, and it can't be changed with system settings.
### Brief Issue Summary My CMake project folder has a cmakeuserpresets.json file, but the preset(both configure preset and build preset) is not loaded by vscode-cmake-tools, so I can't use the...
I create two sinks, one is console sink and the other is file sink, the console sink can flush immediately, but the file sink always delay for multiple seconds, event...