This commit is contained in:
KikiCS 2024-07-15 14:26:21 +02:00 committed by GitHub
commit c1ccf0a128
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -343,7 +343,7 @@
"metadata": {}, "metadata": {},
"outputs": [], "outputs": [],
"source": [ "source": [
"encoder = create_body(resnet34, cut=-2)" "encoder = create_body(resnet34(), cut=-2)"
] ]
}, },
{ {