MSRF-Net icon indicating copy to clipboard operation
MSRF-Net copied to clipboard

Wrong connections in RDDBs

Open augustoicaro opened this issue 3 years ago • 0 comments

As in msrf.py and in your article, the connections for the following code should be:

https://github.com/NoviceMAn-prog/MSRF-Net/blob/60e23734d94d340b9d89b64e7f9e2636b6f96c0f/model.py#L234-L236

 n13,n23 = RDDB(n13,n23,32,64,16) 
  
 n33,n43 = RDDB(n33,n43,128,256,64) 

augustoicaro avatar Feb 15 '22 15:02 augustoicaro