MicrosoftDocs / cognitive-toolkit-docs

Creative Commons Attribution 4.0 International
18 stars 70 forks source link

Changed __C.CNTK to __C.DATA #148

Open DaveVoyles opened 6 years ago

DaveVoyles commented 6 years ago

I believe there may have been a typo here. The *_config.py files in the utils/configs directory all have DATA and not CNTK as a property.

Grocery_config.py

# data set config
__C.DATA.DATASET = "Grocery"
__C.DATA.MAP_FILE_PATH = "../../DataSets/Grocery"
__C.DATA.CLASS_MAP_FILE = "class_map.txt"
__C.DATA.TRAIN_MAP_FILE = "train_img_file.txt"
__C.DATA.TRAIN_ROI_FILE = "train_roi_file.txt"
__C.DATA.TEST_MAP_FILE = "test_img_file.txt"
__C.DATA.TEST_ROI_FILE = "test_roi_file.txt"
__C.DATA.NUM_TRAIN_IMAGES = 20
__C.DATA.NUM_TEST_IMAGES = 5
__C.DATA.PROPOSAL_LAYER_SCALES = [4, 8, 12]
opbldsb6 commented 6 years ago

:white_check_mark: Validation status: passed

File Status Preview URL Details
articles/Object-Detection-using-Fast-R-CNN.md :white_check_mark:Succeeded View

For more details, please refer to the build report.

Note: If you changed an existing file name or deleted a file, broken links in other files to the deleted or renamed file are listed only in the full build report.