fix bug in linux -- add config in configs/cfg_model
This commit is contained in:
parent
fc6ed02806
commit
1b25920188
|
|
@ -62,6 +62,8 @@ def extend_model_cfg(cfg):
|
||||||
cfg.model.cheb_order = 1 # A tuple, e.g., (in_channel, h, w)
|
cfg.model.cheb_order = 1 # A tuple, e.g., (in_channel, h, w)
|
||||||
cfg.model.use_day = True
|
cfg.model.use_day = True
|
||||||
cfg.model.use_week = True
|
cfg.model.use_week = True
|
||||||
|
cfg.model.minigraph_size = 5
|
||||||
|
cfg.model.use_minigraph = False
|
||||||
|
|
||||||
|
|
||||||
# ---------------------------------------------------------------------- #
|
# ---------------------------------------------------------------------- #
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue