MCPcopy Index your code
hub / github.com/pytorch/tutorials / init_model

Function init_model

intermediate_source/torch_compile_full_example.py:92–93  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

90
91
92def init_model():
93 return densenet121().cuda()
94
95
96######################################################################

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected