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

Change VGG11_2D to VGG11_3D #14

Open
tphankr opened this issue Jun 19, 2019 · 0 comments
Open

Change VGG11_2D to VGG11_3D #14

tphankr opened this issue Jun 19, 2019 · 0 comments

Comments

@tphankr
Copy link

tphankr commented Jun 19, 2019

I followed this code, everything good for 2D model.
Now, I want to use it for 3D model. I changed 2D to 3D, example:
self.pool = nn.MaxPool2d(2,2) => self.pool = nn.MaxPool3d(2,2)
.......
but, at the line 49 ( the picture); : models.vgg11(pretrained=pretrained).features is 2D model. I want to use vgg11 for 3D. How do I do? Thank you
image

p/s: I visualizered vgg11; it is 2D model
image

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

1 participant