Closed SksOp closed 8 months ago
For now I am just getting this after compiling
input = Input(input_shape: None,)
the output should be
input = Input(input_shape=None)
NF-48 [small-fix] Fix compile method
For now I am just getting this after compiling
the output should be