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
Hi, first thanks for the nice work! It's really interesting,
Currently, I did like to print out the architectures of AutoFormer subnet, however, when I print the subnet architectures, the subnet is the get from super-net like this:
model_subnet = unwrap_model(model_VIT_supernet)
model_subnet.set_sample_config(config=net_arch)
model_subnet.to(device)
the output architectures of subnet when i just print(model_subnet) is always the architectures of supernet.
Is there any other way to print out the architectures of subnet? Thanks you
Best regards,
Tuan
The text was updated successfully, but these errors were encountered:
Hi, first thanks for the nice work! It's really interesting,
Currently, I did like to print out the architectures of AutoFormer subnet, however, when I print the subnet architectures, the subnet is the get from super-net like this:
model_subnet = unwrap_model(model_VIT_supernet)
model_subnet.set_sample_config(config=net_arch)
model_subnet.to(device)
the output architectures of subnet when i just print(model_subnet) is always the architectures of supernet.
Is there any other way to print out the architectures of subnet? Thanks you
Best regards,
Tuan
The text was updated successfully, but these errors were encountered: