SksOp / neuralflow-poc

https://neuralflow.devflex.co.in/
0 stars 1 forks source link

[small-fix] Fix compile method #35

Closed SksOp closed 8 months ago

SksOp commented 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)
linear[bot] commented 8 months ago

NF-48 [small-fix] Fix compile method