everything was just fine until i come across this two codes from StyleGan

ws = G.mapping(z, conditioning_params, truncation_psi=truncation_psi, truncation_cutoff=truncation_cutoff)
img = G.synthesis(ws, camera_params)['image']
After stepping into the codes, rather than the original code, there are nothing but meaningless ""like this

this is really puzzling, can good bros give me some suggestions?
everything was just fine until i come across this two codes from StyleGan


ws = G.mapping(z, conditioning_params, truncation_psi=truncation_psi, truncation_cutoff=truncation_cutoff)
img = G.synthesis(ws, camera_params)['image']
After stepping into the codes, rather than the original code, there are nothing but meaningless ""like this
this is really puzzling, can good bros give me some suggestions?