4cf94b4f157424e41be9cd4f45a9d0b3cf1bbfe5,dlpy/applications.py,,VGG19,#Any#Any#Any#Any#Any#Any#Any#Any#Any#Any#Any#Any#Any#,835
Before Change
else:
if pre_train_weight_file is None:
raise ValueError("\nThe pre-trained weights file is not specified.\n"
"Please follow the steps below to attach the pre-trained weights:\n"
"1. go to the website https://support.sas.com/documentation/prod-p/vdmml/zip/ "
"and download the associated weight file.\n"
"2. upload the *.h5 file to "
"a server side directory which the CAS session has access to.\n"
"3. specify the pre_train_weight_file using the fully qualified server side path.")
model_cas = model_vgg19.VGG19_Model(
s=conn, model_table=model_table, n_channels=n_channels,
width=width, height=height, random_crop=random_crop,
offsets=offsets)
After Change
else:
if pre_trained_weights_file is None:
raise DLPyError("\nThe pre-trained weights file is not specified.\n"
"Please follow the steps below to attach the pre-trained weights:\n"
"1. go to the website https://support.sas.com/documentation/prod-p/vdmml/zip/ "
"and download the associated weight file.\n"
"2. upload the *.h5 file to "
"a server side directory which the CAS session has access to.\n"
"3. specify the pre_trained_weights_file using the fully qualified server side path.")
model_cas = model_vgg19.VGG19_Model(s=conn, model_table=model_table, n_channels=n_channels,
width=width, height=height, random_crop=random_crop, offsets=offsets)
In pattern: SUPERPATTERN
Frequency: 4
Non-data size: 4
Instances
Project Name: sassoftware/python-dlpy
Commit Name: 4cf94b4f157424e41be9cd4f45a9d0b3cf1bbfe5
Time: 2018-10-25
Author: Ethem.Can@sas.com
File Name: dlpy/applications.py
Class Name:
Method Name: VGG19
Project Name: sassoftware/python-dlpy
Commit Name: 4cf94b4f157424e41be9cd4f45a9d0b3cf1bbfe5
Time: 2018-10-25
Author: Ethem.Can@sas.com
File Name: dlpy/applications.py
Class Name:
Method Name: ResNet50_Caffe
Project Name: sassoftware/python-dlpy
Commit Name: 4cf94b4f157424e41be9cd4f45a9d0b3cf1bbfe5
Time: 2018-10-25
Author: Ethem.Can@sas.com
File Name: dlpy/applications.py
Class Name:
Method Name: VGG16
Project Name: sassoftware/python-dlpy
Commit Name: 4cf94b4f157424e41be9cd4f45a9d0b3cf1bbfe5
Time: 2018-10-25
Author: Ethem.Can@sas.com
File Name: dlpy/applications.py
Class Name:
Method Name: ResNet101_Caffe