Skip to content

Update resnet.py#6

Open
CHIRANJEET1729DAS wants to merge 1 commit intoHawkeye-FineGrained:masterfrom
CHIRANJEET1729DAS:patch-1
Open

Update resnet.py#6
CHIRANJEET1729DAS wants to merge 1 commit intoHawkeye-FineGrained:masterfrom
CHIRANJEET1729DAS:patch-1

Conversation

@CHIRANJEET1729DAS
Copy link
Copy Markdown

Changed (Conv2d,Linear) to (LazyConv2d,LazyLinear) ,it will provide the code flexibility and probable less time in excecution by freeing it from the constraint of explicit memory allocation before the respected layers gets activated i.e calling it through forward function

Changed (Conv2d,Linear) to (LazyConv2d,LazyLinear) ,it will provide the code flexibility and probable less time in excecution by freeing it from the constraint of explicit memory allocation before the respected layers gets activated i.e calling it through forward function
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

Successfully merging this pull request may close these issues.

1 participant