Advertisement
Guest User

Untitled

a guest
Feb 17th, 2019
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.66 KB | None | 0 0
  1. dataset:
  2.   LUNA_PATH: /datasets/lsilva/LUNA-2016/
  3.   luna_path: /datasets/lsilva/lidc/
  4.   SUBSET_PATH: [subset0, subset1, subset2, subset3, subset4, subset5, subset6, subset7, subset8, subset9]
  5.  
  6.  
  7. annotations:
  8.     nodule: "/datasets/lsilva/LIDC/output/nodule_annotations.csv"
  9.     slice: "/datasets/lsilva/LIDC/output/slice_annotations.csv"
  10.  
  11. model:
  12.     anchors: [10,13,  16,30,  33,23,  30,61,  62,45,  59,119,  116,90,  156,198,  373,326]
  13.     labels: ["nodule"]
  14.  
  15. train:
  16.     gpus: "0,1"
  17.     nodule_weights: "/home/lsilva/research/experiments/classification/weights/classifier.h5"
  18.     detection_weights: "/home/lsilva/research/experiments/detection/detection.h5"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement