Skip to content

Commit

Permalink
Tensorflow js and lite fix 🔨
Browse files Browse the repository at this point in the history
  • Loading branch information
sukkritsharmaofficial authored Sep 21, 2020
1 parent f56b484 commit 7ac0bc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libra/query/feedforward_nn.py
Original file line number Diff line number Diff line change
Expand Up @@ -507,8 +507,8 @@ def convolutional(instruction=None,
epochs=10,
height=None,
width=None,
save_as_tfjs=False,
save_as_tflite=False):
save_as_tfjs=None,
save_as_tflite=None):
'''
Body of the convolutional function used that is called in the neural network query
if the data is presented in images.
Expand Down

0 comments on commit 7ac0bc9

Please sign in to comment.