gyx

Results 6 comments of gyx

> Hello, I am interested in your proposed iTransformer, but found that your example only works for timing signals, what I want to know is if it can be used...

> HI @xinntao , > > I am training ESRGAN model on satellite imagery, The HR images are 0.5m. I have 20,000 480x480 RGB images. I am training it for...

> Hi author! thanks for your nice work. > > I have a question about cls token in PVT. > > In ViT and DeiT, cls token is appended at...

> I would also be interested in some pretrained weights of the model. Many thanks in advance! :) can u offer a weights? thanks!

> RuntimeError Traceback (most recent call last) e:\esrt\train.py in 244 epoch_start = datetime.datetime.now() 245 valid(args.scale) --> 246 train(epoch) 247 if epoch%10==0: 248 save_checkpoint(epoch) > > e:\esrt\train.py in train(epoch) 131 utils.adjust_learning_rate(optimizer,...

> set the num_works zero but still facing the same issue parser.add_argument("--threads", type=int, default=0, #8 help="number of threads for data loading") set this?