Nilesh Pandey
Nilesh Pandey
It may sound stupid but would you upload your preprocessed dataset used for training? thanks
 
Smile direction.  
how did you find the direction of the change?
``` def _saveVideo_ffmpeg_(videourl:str,audiourl:str,title:str,path:str): try: video = ffmpeg.input(videourl) audio = ffmpeg.input(audiourl) ffmpeg.concat(video, audio, v=1, a=1).output(''.join([path,title,".mp4"])).run() except ValueError as e: logger.exception(e) ```
Gans is unstable
Hi, so where you guys able to make keras or tensorflow implementation? I did try your pytorch version code with cyclic learning rate. looking forward for keras implementation, if possible...
you need 1080 to make it work,
could you also explain what is inject_index and crossover do. if len(style) < 2: inject_index = [len(self.progression) + 1] else: inject_index = random.sample(list(range(step)), len(style) - 1) crossover = 0 for...