Closed Susmit-A closed 2 years ago
Hi, Thank you for the interest in the work! I have couple deadlines over the next days so will definitely try to get back to you by the end of the week!
Hi, apologies for the large delay in my response and thanks so much for raising that point!
maps_in
refers to a unused remnant that stayed in the pickle and doesn't impact the model's behavior. I recommend loading the model using --recompile and then it should save a new snapshot that doesn't have the field. I will also update the checkpoints to not include that unnecessary field!
Just thought to update I updated the pretrained networks files to match the source code so maps_in doesn't appear anymore!
Hi,
I'm trying to extract some intermediate values from the model. The graph requires 3 inputs, as listed by
Gs.list_layers()
andGs.input_names
:latents_in
is the sampledz
vector, and it appearslabels_in
is not required (the last dimension is 0). However, I'm not able to understand whatmaps_in
is. How can I getmaps_in
?