Chengming Xu

Results 6 issues of Chengming Xu

Hi. It seems that the scale and shift are omitted in all feature transformation layers when test. [https://github.com/hytseng0509/CrossDomainFewShot/blob/master/methods/LFTNet.py#L189](https://github.com/hytseng0509/CrossDomainFewShot/blob/master/methods/LFTNet.py#L189) [https://github.com/hytseng0509/CrossDomainFewShot/blob/master/methods/backbone.py#L207](https://github.com/hytseng0509/CrossDomainFewShot/blob/master/methods/backbone.py#L207). This means when testing, the proposed method is the same as...

I just run as the readme writes `python main.py --yaml_file configs/demo/mini/20way_1shot.yaml` and i got this error `Traceback (most recent call last): File "main.py", line 204, in main() File "main.py", line...

Hi, excellent work! I have a question that in origin WGAN paper and its code, in one iteration discriminator is trained several sub-iterations before generator is trained, but that's not...

Hi, I am trying to reproduce the results on VOC using your code with default configuration. I met several problems during training: 1. Is the accuracy reported in Tab.1 in...

Thanks for the inspiring work! I have a question about the implementation of the rbp. While in [original derivation](https://arxiv.org/pdf/1810.07218.pdf), $v=\frac{\partial L^Q}{\partial W_b}$ (line 14 in Alg. 1), where $W_b$ is...

Hi, The original tensorflow implementation uses the standard structure for the first convolution layer, i.e., 7x7 kernel size, stride 2, padding 3 and a 3x3 max pooling layer after that...