resnet152.cfg

This commit is contained in:
AlexeyAB 2018-02-15 14:52:51 +03:00
parent 2c29218e4e
commit 6af2cf692c
3 changed files with 2929 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,8 @@
darknet.exe classifier predict cfg/imagenet1k.data cfg/resnet50.cfg resnet50.weights darknet.exe classifier predict cfg/imagenet1k.data cfg/resnet50.cfg resnet50.weights
rem darknet.exe classifier predict cfg/imagenet1k.data cfg/resnet152.cfg resnet152.weights
pause pause
REM Download weights for DenseNet201 and ResNet50 by this link: https://pjreddie.com/darknet/imagenet/ REM Download weights for DenseNet201, ResNet50 and ResNet152 by this link: https://pjreddie.com/darknet/imagenet/

1463
cfg/resnet152.cfg Normal file

File diff suppressed because it is too large Load Diff