Liquor520
Liquor520
Can the audio duration be as long as two minutes?
When I perform commands "python setup. py install", it still failed to run a night, has been showed" downloading https://files.pythonhosted.org/packages..." Excuse me, is this normal?
I run the source code,the train.py and test.py,and the results are great.And the paper show a example which give an image to find other similar images, but it seems the...
`model_dict = self.state_dict() pretrained_on_kin = torch.utils.model_zoo.load_url(weight_url) new_state_dict = {k[18:]: v for k, v in pretrained_on_kin['state_dict'].items() if k[18:] in model_dict} # init the layer names which is not in pretrained model...