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
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
UNetExclass. 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