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

Forward pass for ResNet18 & ResNet34 #1944

Closed
wants to merge 7 commits into from

Conversation

MaximilianSchreff
Copy link
Contributor

This adds the forward pass for ResNet18 and ResNet34. The forward pass function used for this is generic and can also be called with other ResNet architectures that also use the basic residual block but with different block counts per residual layer. This generic function is now called from their respective dml scripts with the correct configuration of block counts per layer.

The ResNet18 script has been tested against PyTorch with pretrained weights and computes the same exact values as PyTorch. This is not included as a component test since it is too big.

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

Successfully merging this pull request may close these issues.

1 participant