Skip to content
This repository was archived by the owner on Sep 13, 2023. It is now read-only.

Sitansh Mehta Autonomy Bootcamp#168

Open
sitanshmehta wants to merge 2 commits intoUWARG:masterfrom
sitanshmehta:master
Open

Sitansh Mehta Autonomy Bootcamp#168
sitanshmehta wants to merge 2 commits intoUWARG:masterfrom
sitanshmehta:master

Conversation

@sitanshmehta
Copy link
Copy Markdown

No description provided.

Comment thread main.py
super(Network, self).__init__()
self.conv1 = nn.Conv2d(
in_channels=3, out_channels=32, kernel_size=(3, 3))
self.conv2 = nn.Conv2d(
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: I'd suggest have a max pooling layer in the middle of the convultion layers

Copy link
Copy Markdown

@mgupta27 mgupta27 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good overall. I like how your code is modularized. Welcome to the Autonomy team! Take a look at this document for next steps. Hope to see you next Monday!

https://uwarg-docs.atlassian.net/wiki/spaces/CV/pages/2060353537/Autonomy+Onboarding

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants