aiyolo

Results 14 issues of aiyolo

I've built the lesson01 project and got these files, but I don't know how to do next. ![_dde-file-manager_20180619162216](https://user-images.githubusercontent.com/12464091/41585689-5eacf988-73dd-11e8-8238-809a72e74853.png) ![_dde-file-manager_20180619162227](https://user-images.githubusercontent.com/12464091/41585691-5eedf01e-73dd-11e8-921e-87f251b3af9a.png)

![image](https://user-images.githubusercontent.com/12464091/66712129-9d50b680-edca-11e9-95d5-bf3778fd3de0.png) 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,...

![image](https://user-images.githubusercontent.com/12464091/66566522-bcb3cd80-eb97-11e9-8105-de509dc7fe28.png) 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...

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...

rule suggestion
markdown
obsidian

微信里遇到搜索到小程序

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...

bug
Feature: presets

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...