Skip to content
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

Few doubts on training ! #2

Open
kpbhat25 opened this issue Sep 23, 2023 · 1 comment
Open

Few doubts on training ! #2

kpbhat25 opened this issue Sep 23, 2023 · 1 comment

Comments

@kpbhat25
Copy link

kpbhat25 commented Sep 23, 2023

Hi ,
Can you please help me with understanding following issue :
I am trying to understand the code and run it.
Dataset : Colon/normal
1.
Had to import SwinUNetModel in script_util.py and artifusion.py , was it missed when pushing the latest code ?

File "/ArtiFusion/model_training/scripts/improved_diffusion/swinunet_flops.py", line 538, in forward
timesteps = x[1]
IndexError: index 1 is out of bounds for dimension 0 with size 1

I increased the batch size to 4 , this error goes of but , the patch embedding has error bcoz it take x.shape as B,C,H,W.
Can you check it?

What is the thing i missed ? (only data and logger path was to be filled in)

@zhenqi-he
Copy link
Owner

Hi, thanks for your questions.

For the issues you mentioned,

1, SwinUNetModel should be ArtiFusionModel. I changed the name of SwinUNetModel to ArtiFusionModel and forgot to update it in this repo.

2, We will recheck this size error, as we use batch_size = 1 during the training.

Great Thanks for pointing these errors out. We will fix these errors soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants