ChawDoe

Results 10 issues of ChawDoe

Can anyone offer me a docker url about alphapose?

``` File "demo.py", line 414, in main(args) File "demo.py", line 95, in main yolo_img_size=args.yolo_img_size, File "/mnt/zhoudeyu/project/save_video/dengyuanzhang/VIBE-master/multi-person-tracker-master/multi_person_tracker/mpt.py", line 53, in __init__ device=self.device, img_size=yolo_img_size, person_detector=True, video=True, return_dict=True File "/mnt/zhoudeyu/project/save_video/dengyuanzhang/VIBE-master/yolov3-pytorch-master/yolov3/yolo.py", line 51, in...

bug

I wrote the codes about gradient checkpointing. Can I contribute some codes to this project?

If I have an face image as the driving image. How to properly crop it? Could you provide the script? I tested the crop-video.py but it could not work for...

### Description Here is my use case: I have 4 gpu nodes for training (including compute tensors) on aws. I want to save pre-computed tensors to deeplake (Dataset/database/vectorstore), aiming to...

enhancement

Dear Researcher: I trained an AE on Flick30k dataset, I found that the reconstruction BLEU score is about 35 on validation set. I think the reconstruction ability of AE is...

Dear Author, I tried to pre-train the model on book-corpus data only, whose training config is exactly the same as yours. But I found that the training loss is around...

``` File "scripts/training/run_pretraining.py", line 465, in preprocess_images examples["pixel_values"] = [transforms(image) for image in examples[image_column_name]] # bytes, path File "scripts/training/run_pretraining.py", line 465, in examples["pixel_values"] = [transforms(image) for image in examples[image_column_name]] #...

Hi, I am a bachelor from SCUT. And I am trying something about VAE. I met the same problem as you posted in https://github.com/pytorch/pytorch/issues/31248. Could you tell how did you...