Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

About the problem of task_id #24

Open
dyl0101 opened this issue Sep 16, 2019 · 0 comments
Open

About the problem of task_id #24

dyl0101 opened this issue Sep 16, 2019 · 0 comments

Comments

@dyl0101
Copy link

dyl0101 commented Sep 16, 2019

Hi,I'm very interested in this work, and just started to do your work.I don't understand some of the code,so I would like to ask you a question:
Why is there only task_id=2 in seg_liver.py and seg_lesion.py? Didn't see what to do when task_id = 1?
if task_id == 2: batch_label = batch_label_liver batch_label_val = batch_label_liver_val label = preprocess_labels(batch_label, number_slices) label_val = preprocess_labels(batch_label_val, number_slices) run_res = sess.run([total_loss, merged_summary_op, dice_coef_op] + grad_accumulator_ops,feed_dict={input_image: image, input_label: label}) batch_loss = run_res[0] summary = run_res[1] train_dice_coef = run_res[2]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant