Akash
Results
1
comments of
Akash
Getting the same error: [](https://localhost:8080/#) in run_projection(network_pkl, target_fname, outdir, save_video, seed, num_steps) 22 device = torch.device('cuda') 23 with dnnlib.util.open_url(network_pkl) as fp: ---> 24 G = legacy.load_network_pkl(fp)['G_ema'].requires_grad_(False).to(device) # type: ignore 25...