Skip to content
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

strange result of linear combinations mode #15

Open
ChiFang opened this issue Oct 31, 2017 · 0 comments
Open

strange result of linear combinations mode #15

ChiFang opened this issue Oct 31, 2017 · 0 comments

Comments

@ChiFang
Copy link

ChiFang commented Oct 31, 2017

In order to make final layer (soft argmin) don't limits the output value.
I use linear combinations to predict. (my result is good with your pre-trained model in softargmin)

my hyperparams:
{
"max_disp": 64,
"base_num_filters": 32,
"first_kernel_size": 5,
"kernel_size": 3,
"num_res": 8,
"num_down_conv": 4,
"resnet": 1,
"output": "linear",
"act_func": "relu",
"h_act_func": "sigmoid",
"ds_stride": 2,
"padding": "same",
"data_format": "channels_last"
}

but the result is very strange. I print out the shape and min max

Shape: (1, 320, 320)
Min: -37094.2 Max 4468.41
Shape After squeeze: (320, 320)

It seems the output range of GCNetwork is wrong....

Any suggestion?
Thanks,
Fang

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant