Use of Two Modes of Famous Pipeline
Preface
Interprocess Communication (IPC) refers to the dissemination or exchange of information between different processes.The main ways are pipes (including nameless pipes, advanced pipes and named pipes), message queues, semaphores, shared memory, sockets, etc. Socket can be used for inter-process communication on different hosts.The main pu ...
Added by Ascendancy on Mon, 03 Jun 2019 02:30:11 +0300
Initial use of Mask RCNN (running demo) and problems encountered
Source code: https://github.com/matterport/Mask_RCNN
Main problems: Can not create cudnn handle: CUDNN_STATUS_INTERNAL_ERROR and
tensorflow.python.framework.errors_impl.UnknownError: Failed to get convolution algorithm. This is probably because cuDNN failed to initialize, so try looking to see if a warning log message was pri ...
Added by siric on Sun, 19 May 2019 15:04:35 +0300