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
Traceback (most recent call last):
File "main_landet.py", line 75, in
runner = Runner(cfg=cfg)
File "/root/pytorch-auto-drive-3.2.3/utils/runners/lane_det_trainer.py", line 17, in init
super().init(cfg)
File "/root/pytorch-auto-drive-3.2.3/utils/runners/base.py", line 120, in init
self.init_exp_dir(cfg, 'train')
File "/root/pytorch-auto-drive-3.2.3/utils/runners/base.py", line 93, in init_exp_dir
f.write(json.dumps(cfg, indent=4))
TypeError: <module 'torch' from '/root/miniconda3/envs/pad2/lib/python3.6/site-packages/torch/init.py'> is not JSON serializable
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "main_landet.py", line 75, in
runner = Runner(cfg=cfg)
File "/root/pytorch-auto-drive-3.2.3/utils/runners/lane_det_trainer.py", line 17, in init
super().init(cfg)
File "/root/pytorch-auto-drive-3.2.3/utils/runners/base.py", line 120, in init
self.init_exp_dir(cfg, 'train')
File "/root/pytorch-auto-drive-3.2.3/utils/runners/base.py", line 93, in init_exp_dir
f.write(json.dumps(cfg, indent=4))
TypeError: <module 'torch' from '/root/miniconda3/envs/pad2/lib/python3.6/site-packages/torch/init.py'> is not JSON serializable
Traceback (most recent call last):
File "main_landet.py", line 75, in
runner = Runner(cfg=cfg)
File "/root/pytorch-auto-drive-3.2.3/utils/runners/lane_det_trainer.py", line 17, in init
super().init(cfg)
File "/root/pytorch-auto-drive-3.2.3/utils/runners/base.py", line 120, in init
self.init_exp_dir(cfg, 'train')
File "/root/pytorch-auto-drive-3.2.3/utils/runners/base.py", line 93, in init_exp_dir
f.write(json.dumps(cfg, indent=4))
TypeError: <module 'torch' from '/root/miniconda3/envs/pad2/lib/python3.6/site-packages/torch/init.py'> is not JSON serializable
The text was updated successfully, but these errors were encountered: