Vihaan Misra
Results
2
issues of
Vihaan Misra
I am trying to use the Discriminator in the following way: ``` device = torch.device('cuda') network_pkl = 'https://s3.eu-central-1.amazonaws.com/avg-projects/stylegan_xl/models/imagenet256.pkl' with dnnlib.util.open_url(network_pkl) as f: G = legacy.load_network_pkl(f)['G'].to(device) with dnnlib.util.open_url(network_pkl) as f: D...
I was trying to run this on my server, the set up worked nicely and I tried to set up a open3d web_visualizer but ran into a thread of issues....