ResNet(残差网络)是一种卷积神经网络,它普及了残差学习和跳跃连接的概念。这使训练更深的模型成为可能。
Go to file
YYJ-aaaa b7e62f851c first commit 2024-11-01 17:02:31 +08:00
.gitattributes Add .gitattributes 2024-11-01 16:55:19 +08:00
README.md Initial commit 2024-11-01 16:55:19 +08:00
config.json first commit 2024-11-01 17:02:31 +08:00
preprocessor_config.json first commit 2024-11-01 17:02:31 +08:00
pytorch_model.bin first commit 2024-11-01 17:02:31 +08:00
tf_model.h5 first commit 2024-11-01 17:02:31 +08:00

README.md

resnet-101_a13446534792343552766311

ResNet残差网络是一种卷积神经网络它普及了残差学习和跳跃连接的概念。这使训练更深的模型成为可能。