ceccocats / tkDNN

Deep neural network library and toolkit to do high performace inference on NVIDIA jetson platforms
GNU General Public License v2.0
718 stars 209 forks source link

efficient darknet parser for commented line #213

Closed developer0hye closed 3 years ago

developer0hye commented 3 years ago

efficient darknet parser for commented line

ceccocats commented 3 years ago

Hi, your implementation is wrong. I can't do something like: value=3 # my comment

this line would just be skipped.

developer0hye commented 3 years ago

@ceccocats Thanks for your feedback. I couldn't catch this case.