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

create_dataset.py doesnt actually run any code. #2

Open
jms44 opened this issue Feb 26, 2021 · 2 comments
Open

create_dataset.py doesnt actually run any code. #2

jms44 opened this issue Feb 26, 2021 · 2 comments

Comments

@jms44
Copy link

jms44 commented Feb 26, 2021

Are we suppposed to add in the calls to the two defined functions at the bottom in a main loop. Also, it appears that the mask.replace("ppm..." lines doesnt actually do it as its changes are overwritten by the lines after it. Thanks!

@IsmailBench
Copy link

Hi check my fork. I have fixed the problem

@karaposu
Copy link

karaposu commented Nov 3, 2022

in case someone else is reading here, This code is a mess. They used unet model but there is a bug in their implementation.

# second layer
    x = Conv2D(filters = n_filters, kernel_size = (kernel_size, kernel_size),\
              kernel_initializer = 'he_normal', padding = 'same')(input_tensor)

Here (input_tensor) should have been (x)
I am currently preparing a decent notebook. You can find it in my repo.

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

3 participants