mirror of
https://github.com/wassname/keras-contrib.git
synced 2026-06-27 16:10:11 +08:00
Set default weights to None since ImageNet weights arent available yet
This commit is contained in:
@@ -262,7 +262,7 @@ def NASNetLarge(input_shape=None,
|
||||
dropout=0.5,
|
||||
use_auxilary_branch=False,
|
||||
include_top=True,
|
||||
weights='imagenet',
|
||||
weights=None,
|
||||
input_tensor=None,
|
||||
pooling=None,
|
||||
classes=1000):
|
||||
@@ -333,7 +333,7 @@ def NASNetMobile(input_shape=None,
|
||||
dropout=0.5,
|
||||
use_auxilary_branch=False,
|
||||
include_top=True,
|
||||
weights='imagenet',
|
||||
weights=None,
|
||||
input_tensor=None,
|
||||
pooling=None,
|
||||
classes=1000):
|
||||
|
||||
Reference in New Issue
Block a user