maestro icon indicating copy to clipboard operation
maestro copied to clipboard

Fixed whitespace error causing failures in DFSL_parser & Added ability to import custom PyTorch models

Open OwenHoffend opened this issue 4 years ago • 2 comments

Previous version of DFSL_parser did not consider mapping files containing extra whitespace characters \n and \r, added by some IDEs/OSes. This caused a failing error where the parser would fail to match tokens to anything in the list of string constants. Fixed by adding \n and \r to the list of separation characters. Also added some more descriptive debug printouts to the ParseError calls.

OwenHoffend avatar Apr 14 '21 09:04 OwenHoffend

Added the ability to import custom PyTorch Models into the frameworks_to_modelfile.py script. This behaves in a similar manner to the custom Keras model import functionality which already existed.

OwenHoffend avatar Apr 29 '21 05:04 OwenHoffend

@OwenHoffend Thank you. That's helpful!

KelvinYang0320 avatar Feb 07 '22 08:02 KelvinYang0320