DiffAD icon indicating copy to clipboard operation
DiffAD copied to clipboard

question about 255 line in prepare_time_data.py

Open LingzhengZHANG1 opened this issue 2 years ago • 3 comments

Nice work! I have a detail question about your code. when you define the function "insert_normal" in prepare_time_data.py, you use "pre_labels = 'label' ". Why you use "label" instead of "pre_label"?

LingzhengZHANG1 avatar Aug 25 '23 04:08 LingzhengZHANG1

This occurred because we forgot to make modifications to the test code before uploading. Thank you for bringing this to our attention; we have made the necessary changes and reuploaded it.

ZehuaGou avatar Aug 25 '23 09:08 ZehuaGou

This occurred because we forgot to make modifications to the test code before uploading. Thank you for bringing this to our attention; we have made the necessary changes and reuploaded it.

Thank you for your work, but that line of code at the moment says 'pre_labels', which I think should be 'pre_label'.

yanruotian avatar Aug 31 '23 18:08 yanruotian

You are correct; it should be 'pre_label'. We have made the necessary changes and re-uploaded it. Thank you very much for pointing out this issue.

ZehuaGou avatar Sep 01 '23 03:09 ZehuaGou