When I use this command: bash tools/dist_train.sh projects/configs/DeepAccidenta_tiny. py 8-- load from/ During the runtime of data/DeepAcccident_data/breakse_tiny -- work-dir work-dirs/DeepAcccident_tiny, an error occurred: Runtime Error: Expected to have finished reduction in the prior iteration before starting a new one This error indicates that your module has parameters that were not used in producing losses. You can enable unused parameter detection by passing the keyword argument 'find_unussed_parameters=True' to 'torch. nn. parallel. DistributedDataParallel', and by making sure all 'forward' function outputs participate in calculating losses.
How should this be resolved?
When I use this command: bash tools/dist_train.sh projects/configs/DeepAccidenta_tiny. py 8-- load from/ During the runtime of data/DeepAcccident_data/breakse_tiny -- work-dir work-dirs/DeepAcccident_tiny, an error occurred: Runtime Error: Expected to have finished reduction in the prior iteration before starting a new one This error indicates that your module has parameters that were not used in producing losses. You can enable unused parameter detection by passing the keyword argument 'find_unussed_parameters=True' to 'torch. nn. parallel. DistributedDataParallel', and by making sure all 'forward' function outputs participate in calculating losses. How should this be resolved?