Hi,
Can you explain what are the initial decoder, vgg weights given? I am referring the weights which are instructed to be set in ./models before training.
decoder.pth is pre-trained decoder (provided in the original implementation) for testing purpose only.
If you train the model. you can use the trained decoder instead.
Hi, Can you explain what are the initial decoder, vgg weights given? I am referring the weights which are instructed to be set in ./models before training.
Thanks.