Skip to content

Layers per block in DeepCFD.py #5

@pomtojoer

Description

@pomtojoer

Hi there,

Thank you for publishing this! I have been looking through the code and noticed that the number of layers per block was not specified in your DeepCFD.py script.

model = UNetEx(3, 3, filters=filters, kernel_size=kernel_size, batch_norm=bn, weight_norm=wn)

This results in the layers per block defaulting to 3 as defined in UNetEx class. I was just wondering if this was intended as this differs from your paper's implementation of 2 layers per block. Thank you again for this!

Kind regards,
Sean

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions