"...git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "566bdf4c4432caacd5317aa1fdb361333d40dfba"
Commit 07a02460 authored by Adam J. Stewart's avatar Adam J. Stewart Committed by Francisco Massa
Browse files

Fix typo in DenseNet comment (#857)

parent a2e6b709
...@@ -118,7 +118,7 @@ class DenseNet(nn.Module): ...@@ -118,7 +118,7 @@ class DenseNet(nn.Module):
def _load_state_dict(model, model_url): def _load_state_dict(model, model_url):
# '.'s are no longer allowed in module names, but pervious _DenseLayer # '.'s are no longer allowed in module names, but previous _DenseLayer
# has keys 'norm.1', 'relu.1', 'conv.1', 'norm.2', 'relu.2', 'conv.2'. # has keys 'norm.1', 'relu.1', 'conv.1', 'norm.2', 'relu.2', 'conv.2'.
# They are also in the checkpoints in model_urls. This pattern is used # They are also in the checkpoints in model_urls. This pattern is used
# to find such keys. # to find such keys.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment