td3d icon indicating copy to clipboard operation
td3d copied to clipboard

Not running

Open linwei0763 opened this issue 1 year ago • 3 comments

Thank you for your wonderful work!

I am running td3d on my dataset, which only includes one class. I have add necessary modification to the original code, to my best knowledge.

It seems to run normally. However, the training just won't start, showed as the following. The GPU memory is occupied but the GPU is not working (CUDA is available). Instead, the CPU is running. Could you please help me to find the problem? Thank you!

2023-08-03 05:56:47,461 - mmdet - INFO - Start running, host: root@autodl-container-8ce5118fae-93ac1f8e, work_dir: /root/autodl-tmp/td3d/work_dirs/td3d_is_s3dis-3d-5class 2023-08-03 05:56:47,461 - mmdet - INFO - Hooks will be executed in the following order: before_run: (VERY_HIGH ) StepLrUpdaterHook
(NORMAL ) CheckpointHook
(LOW ) EvalHook
(VERY_LOW ) TextLoggerHook

before_train_epoch: (VERY_HIGH ) StepLrUpdaterHook
(NORMAL ) EmptyCacheHook
(LOW ) IterTimerHook
(LOW ) EvalHook
(VERY_LOW ) TextLoggerHook

before_train_iter: (VERY_HIGH ) StepLrUpdaterHook
(LOW ) IterTimerHook
(LOW ) EvalHook

after_train_iter: (ABOVE_NORMAL) OptimizerHook
(NORMAL ) CheckpointHook
(NORMAL ) EmptyCacheHook
(LOW ) IterTimerHook
(LOW ) EvalHook
(VERY_LOW ) TextLoggerHook

after_train_epoch: (NORMAL ) CheckpointHook
(NORMAL ) EmptyCacheHook
(LOW ) EvalHook
(VERY_LOW ) TextLoggerHook

before_val_epoch: (NORMAL ) EmptyCacheHook
(LOW ) IterTimerHook
(VERY_LOW ) TextLoggerHook

before_val_iter: (LOW ) IterTimerHook

after_val_iter: (NORMAL ) EmptyCacheHook
(LOW ) IterTimerHook

after_val_epoch: (NORMAL ) EmptyCacheHook
(VERY_LOW ) TextLoggerHook

after_run: (VERY_LOW ) TextLoggerHook

2023-08-03 05:56:47,461 - mmdet - INFO - workflow: [('train', 1)], max: 33 epochs 2023-08-03 05:56:47,461 - mmdet - INFO - Checkpoints will be saved to /root/autodl-tmp/td3d/work_dirs/td3d_is_s3dis-3d-5class by HardDiskBackend.

(I waited for half an hour and there is no further log.)

linwei0763 avatar Aug 02 '23 22:08 linwei0763