You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could you explain what the following parameters mean?
parser.add_argument('--nz', default=8, type=int, help="number of latent variables, greater or equal to 1")
parser.add_argument('--zchannels', default=1, type=int, help="number of channels for the latent variables")
parser.add_argument('--nprocessing', default=4, type=int, help='number of processing layers')
The text was updated successfully, but these errors were encountered:
Could you explain what the following parameters mean?
parser.add_argument('--nz', default=8, type=int, help="number of latent variables, greater or equal to 1")
parser.add_argument('--zchannels', default=1, type=int, help="number of channels for the latent variables")
parser.add_argument('--nprocessing', default=4, type=int, help='number of processing layers')
The text was updated successfully, but these errors were encountered: