Skip to content
Snippets Groups Projects
Commit 4c8c3228 authored by Frisinghelli Daniel's avatar Frisinghelli Daniel
Browse files

Reduce number of filters.

parent d53dd731
No related branches found
No related tags found
No related merge requests found
......@@ -56,7 +56,7 @@ if __name__ == '__main__':
# initialize network
net = SegNet(MODEL_PATH.joinpath(PREDICTAND + '.pt'),
len(Era5_ds.data_vars), 1, filters=[64, 128, 256])
len(Era5_ds.data_vars), 1, filters=[32, 64, 128])
# initialize optimizer
optimizer = torch.optim.Adam(net.parameters(), lr=LR)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment