chengjuntao
chengjuntao
Have this problem solved? Have you try to prune mobilenetv2? how to solve Multiple input in short?
i am sorry , i ever thought issue can not show image.......@argman just like this image
could you tell me why it can not detect long text? in fact, is long text regression hard to train? @argman
@raywzy @windj007 Hi!Have you try AOT-GAN generator to get a great result? I try to replace ffc_resnet to AOT-GAN generator which reduce some channels. The model is trained on A100,...
I see! Thanks for your reply! I will try again~
我指的是字的类别比例,比如一共5990类,语料中每个字的出现的频率是不一样的,直接随机生成应该会生成更多的高频率的字吧
def compute_generator_loss(self, input_semantics, real_image): G_losses = {} fake_image = self.generate_fake(input_semantics) pred_fake, pred_real = self.discriminate(input_semantics, fake_image, real_image) G_losses['GAN'] = self.criterionGAN(pred_fake, True, for_discriminator=False) if not self.opt.no_ganFeat_loss: num_D = len(pred_fake) GAN_Feat_loss = self.FloatTensor(1).fill_(0)...
请问下,训练时使用train+val数据,指的时val也参与训练吗?paper里的指标时跑test数据得出的吗?但是test里没有label,这个是怎么得出的呢?
hello, i try to run code on cpu, when i change code according like you, it caused like below:  i have enough 17G RAM and i do not kmow...