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
{{ message }}
This repository was archived by the owner on Aug 6, 2025. It is now read-only.
Q1:when using single gpu train model , model.module is not available
Q2: sample.py y_null = torch.tensor([1000] * n, device=device) should be y_null = torch.tensor([args.num_classes] * n, device=device)
Q3:after training,i use my trained model to generate data,the sample.png looks like a gauss noise,my train loss is below 0.05! but i cant use this model !
Q1:when using single gpu train model ,
model.moduleis not availableQ2: sample.py
y_null = torch.tensor([1000] * n, device=device)should bey_null = torch.tensor([args.num_classes] * n, device=device)Q3:after training,i use my trained model to generate data,the sample.png looks like a gauss noise,my train loss is below 0.05! but i cant use this model !