-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have some problem about solver.py #22
Comments
this vgg is pre-training? or other? |
yes, this is load the pretrained vgg features (pretrained from imagenet --- here using the pytorch pretrained model) |
THX |
大佬您好,您的DSS的pytorch版本 那个solver.py中的F-Measure运算是不是错的呀,beat的平方默认为0.3,而您是将beat=0.3。中间相差挺多的
| |
潘
邮箱:[email protected]
|
签名由 网易邮箱大师 定制
On 03/21/2019 20:01, Ace wrote:
yes, this is load the pretrained vgg features (pretrained from imagenet --- here using the pytorch pretrained model)
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What means self.net.base.load_state_dict(torch.load(self.config.vgg)) (in line 59) . If you kown please tell me THX!
The text was updated successfully, but these errors were encountered: