mirror of
https://github.com/sbrl/research-rainfallradar
synced 2024-11-21 17:03:00 +00:00
typo
This commit is contained in:
parent
f7666865a0
commit
71088b8c0b
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ def make_encoderonly(windowsize, channels, encoder="convnext", water_bins=2, ste
|
|||
|
||||
model = make_encoderonly(
|
||||
windowsize=WINDOW_SIZE,
|
||||
channels=CHANNELS.
|
||||
channels=CHANNELS,
|
||||
steps_per_execution=STEPS_PER_EXECUTION
|
||||
)
|
||||
summarywriter(model, os.path.join(DIRPATH_OUTPUT, "summary.txt"))
|
||||
|
|
Loading…
Reference in a new issue