Problems encountered when using mmsegmentation framework:
File "C:\software\Anaconda3\envs\python36\lib\site-packages\torch\distributed\distributed_c10d.py", line 347, in _get_default_group
raise RuntimeError("Default process group has not been initialized, "
RuntimeError: Default process group has not been initialized, please make sure to call init_process_group.
After debugging and positioning, it is found that there is a problem with the normalization of a convolution module:
self.linear_fuse = ConvModule(
in_channels=embedding_dim*4,
out_channels=embedding_dim,
kernel_size=1,
norm_cfg=dict(type='SyncBN', requires_grad=True)
)
Norm here_ In CFG, if it is multi card training, use “syncbn”; If it is a single card training, change the type to ‘BN’.
Read More:
- RuntimeError:An attempt has been made to start a new process before the……
- appear pygame.error : font not initialized problem, remember to check whether the program calls pygame.init ()
- An error was reported in the process of importing the table from mysql5.7: [err] 1067 – invalid default value for ‘***‘
- standard_init_linux.go:178: exec user process caused “no such file or directory”
- Python program uses OS. System () method to call exe program, resulting in no response of main program process
- STOP: c000021a { Fatal System Error } the initial session process or system process terminated …
- standard_init_linux.go:211: exec user process caused “exec format error”
- Docker run failed with the following error in logs, standard_ init_ linux.go:211 : exec user process caused “exec format error“
- cannot assign module before Module.__init__() call
- Jstack command execution error: unable to open socket file: target process not responding or hotspot VM not loaded
- ERROR in native method: JDWP No transports initialized, jvmtiError=AGENT_ERROR_TRANSPORT_INIT(197)
- linux tomcat Run (DWP exit error AGENT_ERROR_TRANSPORT_INIT(197): No transports initialized [debugIni)
- Error: Could not fork child process: There are no available terminals (-1).
- PHP error: call to undefined function curl_ init() window
- Error:Cannot start process,the working directory does not exist
- Error:could not fork child process: There are no available terminals (-1).
- How to fix process system isn’t responding on Android?
- [How to Fix] Fatal error: init(coder:) has not been implemented
- could not be opened to write the process output: fopen(/tmp\sf_proc_00.out.lock)
- Solution: attributeerror: type object ‘ioloop’ has no attribute ‘initialized’