Yeonwoo Jeong

Results 4 comments of Yeonwoo Jeong

My code doesn't support [1, None, None, 3] shape, since I get the shape of tensor like 'a, b, c, d = tensor.shape' if shape of 'tensor' contains 'None', my...

Sorry for late, (1) 'nmap' is the dimension of the output feature. Here I want the 3-dimensional t-sne figure therefore 'nmap=3'. (2) It is for calculating 'sigma' which is needed...

I reevaluated my model and found out the number of parameter and the number of FLOPs are comparable with the values in the paper. However, I have another queries in...

I found some critical errors in the code. 1. ``` size = self.insize*2 => size=self.insize ``` https://github.com/transmuteAI/ChipNet/blob/master/models/resnet.py#L378 This makes the total flop is 20 times bigger than the total flops...