Chenxia Han
Chenxia Han
可以用jojomi/hugo并把它伪装成hyperapp/hugo: ```bash docker pull jojomi/hugo docker image tag jojomi/hugo:latest hyperapp/hugo:latest ```
I think the following approach should work: 1. Replace the `CrossEntropyLoss` with `BCEWithLogitsLoss` 2. Change the size of `self.temperature` to number of classes Sigmoid can be regarded as a special...
I encountered the same error when trying to load ~7k videos using `VideoLoader`. After digging into it, I found that the `VideoLoader` creates a number of threads(10 on my server)...
> > I encountered the same error when trying to load ~7k videos using `VideoLoader`. After digging into it, I found that the `VideoLoader` creates a number of threads(10 on...