-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
t_emd error in ViTset code #5
Comments
Hi, how to run the preprocess_datasets.py with dataset cifar? I find that the type of dataset in it is h5py. How did you prepare the dataset? |
run this code to download cifar100,
This code will have an errror, but the h5py file arleady download, you ignore that and continue run |
Thank you. |
Maybe only unet or vit is correct. I fix vit-set code error and sample code error, and i get |
Hello, can you tell me how to fix the vit-set code error and sample code error? I met the same problems now. |
Im
vfsddpm.py
line 223-225:x_set_tmp = batch[:, ix]
yout selectns - 1
of data, but you don't selectns-1
t_emd, that causevitset.py
line 176 :t_emb = t_emb.view(b, ns, -1)
error, this t_emd is49152
contain deleted data t_emd, butx_set
'sns
is5
.I want to know this code is the origin code of your paper result?
Thank you.
The text was updated successfully, but these errors were encountered: