You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I tried running the code but encountered an error.
Traceback (most recent call last):
File "/home/.conda/envs/delflow/lib/python3.10/site-packages/torch/multiprocessing/spawn.py", line 68, in _wrap
fn(i, *args)
File "/home/DELFlow/train.py", line 267, in create_trainer
trainer = Trainer(device, cfgs)
File "/home/DELFlow/train.py", line 122, in init
self.model = CamLiPWC(self.cfgs.model)
File "/home/DELFlow/models/camlipwc.py", line 13, in init
self.dense = cfgs.dense
File "/home/.conda/envs/delflow/lib/python3.10/site-packages/omegaconf/dictconfig.py", line 353, in getattr
self._format_and_raise(
File "/home/.conda/envs/delflow/lib/python3.10/site-packages/omegaconf/base.py", line 190, in _format_and_raise
format_and_raise(
File "/home/.conda/envs/delflow/lib/python3.10/site-packages/omegaconf/_utils.py", line 821, in format_and_raise
_raise(ex, cause)
File "/home/.conda/envs/delflow/lib/python3.10/site-packages/omegaconf/_utils.py", line 719, in _raise
raise ex.with_traceback(sys.exc_info()[2]) # set end OC_CAUSE=1 for full backtrace
File "/home/.conda/envs/delflow/lib/python3.10/site-packages/omegaconf/dictconfig.py", line 351, in getattr
return self._get_impl(key=key, default_value=DEFAULT_MARKER)
File "/home/.conda/envs/delflow/lib/python3.10/site-packages/omegaconf/dictconfig.py", line 438, in _get_impl
node = self._get_node(key=key, throw_on_missing_key=True)
File "/home/.conda/envs/delflow/lib/python3.10/site-packages/omegaconf/dictconfig.py", line 470, in _get_node
raise ConfigKeyError(f"Missing key {key}")
omegaconf.errors.ConfigAttributeError: Missing key dense
full_key: model.dense
object_type=dict
The text was updated successfully, but these errors were encountered:
Hi, I tried running the code but encountered an error.
Traceback (most recent call last):
File "/home/.conda/envs/delflow/lib/python3.10/site-packages/torch/multiprocessing/spawn.py", line 68, in _wrap
fn(i, *args)
File "/home/DELFlow/train.py", line 267, in create_trainer
trainer = Trainer(device, cfgs)
File "/home/DELFlow/train.py", line 122, in init
self.model = CamLiPWC(self.cfgs.model)
File "/home/DELFlow/models/camlipwc.py", line 13, in init
self.dense = cfgs.dense
File "/home/.conda/envs/delflow/lib/python3.10/site-packages/omegaconf/dictconfig.py", line 353, in getattr
self._format_and_raise(
File "/home/.conda/envs/delflow/lib/python3.10/site-packages/omegaconf/base.py", line 190, in _format_and_raise
format_and_raise(
File "/home/.conda/envs/delflow/lib/python3.10/site-packages/omegaconf/_utils.py", line 821, in format_and_raise
_raise(ex, cause)
File "/home/.conda/envs/delflow/lib/python3.10/site-packages/omegaconf/_utils.py", line 719, in _raise
raise ex.with_traceback(sys.exc_info()[2]) # set end OC_CAUSE=1 for full backtrace
File "/home/.conda/envs/delflow/lib/python3.10/site-packages/omegaconf/dictconfig.py", line 351, in getattr
return self._get_impl(key=key, default_value=DEFAULT_MARKER)
File "/home/.conda/envs/delflow/lib/python3.10/site-packages/omegaconf/dictconfig.py", line 438, in _get_impl
node = self._get_node(key=key, throw_on_missing_key=True)
File "/home/.conda/envs/delflow/lib/python3.10/site-packages/omegaconf/dictconfig.py", line 470, in _get_node
raise ConfigKeyError(f"Missing key {key}")
omegaconf.errors.ConfigAttributeError: Missing key dense
full_key: model.dense
object_type=dict
The text was updated successfully, but these errors were encountered: