StyleGAN-Keras
                                
                                
                                
                                    StyleGAN-Keras copied to clipboard
                            
                            
                            
                        We found that g and b in G_block are the features that I need to change. G and b in your network are generated by Dense(). Is there a way to change the g and b using vectors instead of the network? thank you
We found that g and b in G_block are the features that I need to change. G and b in your network are generated by Dense(). Is there a way to change the g and b using vectors instead of the network? thank you
What do you mean by "using vectors instead of the network" and why?