Silk_760
Silk_760
I have some issue loading the model , I tried to modify the KerasDanse layer with get config ``` def get_config(self): config = { 'input_dims':self.tt_shape[0], 'output_dims':self.tt_shape[1], 'tt_rank': self.tt_rank, 'activation': self.activation,...
I have implemented ResNet-XNOR and reproduce result of xnor paper. I will release it soon when I have time. _Originally posted by @XinDongol in https://github.com/jiecaoyu/XNOR-Net-PyTorch/issues/21#issuecomment-423411427_ Can you share the code...
I have read the paper, it is very interesting work, but I was thinking to use it with Conv layers, but the Conv layer is not implemented. I have researched...