Xu Lan
Xu Lan
Hi all I install tensor flow GPU version with CUDA-8.0, cudnn5.0. When I run other my problem, it is seem ok. But I use in Faster-RCNN_TF, it indicate lack of...
Hi. Thanks for sharing code. I just check: class salad.layers.da.AutoAlign2d. It seems using original Batchnorm2D, any misunderstanding here.
Hi, I have using the Resnet18 to training imagenet, however I find zero gpu usage when train imagenet. Is it also the same when you train it?
Hi, Many thanks for sharing the code. Could please tell me when the labelled data is limited, e,p CIFAR-10 250 labels, the hyperparameters of 'uda_softmax_temp' and 'uda_confidence_thresh'. Thanks
Hi, Thanks provide the code. Currently I use basically setting and train. But the accuaracy on cifar100 only getting 68%. Is there any problems on this situation. I also try...
Hi, I meet some problem when I want receive some information from about the train function . this is main function in main.py: ``` import tensorflow as tf from dqn.agent...
Hi Thanks for sharing the code. I have some problems when i run the second stage: CUDA_VISIBLE_DEVICES=0 python train.py config=miniImageNet_Conv128CosineClassifierGenWeightAttN1. The erros is : File "/xulan/code/few_shot_withoutforgetting /FewShotWithoutForgetting-master/algorithms/FewShot.py", line 65, in...
Hi Thanks for your sharing code. I have noticed you have used different batch norm parameters in two domain. How about in the testing. I only find these code part...