Nikita Drobyshev

Results 18 issues of Nikita Drobyshev

Hello and thank you so much for sharing the code, I was trying to implement you training code but didn't get where a should take the training data that you...

Hi and thank you for the great work and sharing test and train code! I'm wondering, is it possible to generate a video having only 1 image and audio as...

Hello, I found a few errors in train.py: 1. Traceback (most recent call last): File "/fsx/nikitadrobyshev/EAMM/run.py", line 121, in train_part1(config, generator, discriminator, kp_detector, kp_detector_a,audio_feature, opt.checkpoint, opt.audio_checkpoint, log_dir, dataset, test_dataset,opt.device_ids, name)...

Hello, I found a few errors in run.py file: 1. You have an extra space in from of train_part2 function on the last line of run.py 2. ImportError: cannot import...

Hello! Thank you for sharing the code. Could you please also share dataset process? I want to train your model from scratch. Thank you

I started docker on a server, set ports, and successfully open the web page (http://localhost:8080), and then just tried to run simple code in jupyter notebook: ``` import wandb wandb.init(project='test_project',...

Hello! Could you please clarified why do we have clean and noise images during the train process? It is unsupervised training, so we must have only one type of image,...

Hi! While trying make an inference with your model I got an error: TypeError: log_dict() got an unexpected keyword argument 'rank_zero_only' Could you please tell what should be changed in...