André Filipe Sousa Ferreira

Results 3 comments of André Filipe Sousa Ferreira

I have a solution to this problem, but it requires entering all the plans and trainers for each configuration. ``` def dumb_trainer_config_plans_to_trained_models_dict(trainers: List[str], configs: List[str], plans: List[str]): """ function is...

I have changed the loss functions of the generator and the discriminator. I recommend you to check if there is a mode collapse (when the discriminator or the generator wins)...

The complexity can also be in the resolution of the images. If you have a high resolution, it will be most difficult to maintain the stability of the training. I...