You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to convert the whole process to tensorflow lite but I'm a bit lost.
I first converted wpodnet and got this as input/output : name: input type: float32[1,1,1,3] location: 0 name: Identity type: float32[1,1,1,8] location: 98
So if I understand well that means the input is a pixel right ?
The text was updated successfully, but these errors were encountered:
I'm trying to convert the whole process to tensorflow lite but I'm a bit lost.
I first converted wpodnet and got this as input/output :
name: input type: float32[1,1,1,3] location: 0
name: Identity type: float32[1,1,1,8] location: 98
So if I understand well that means the input is a pixel right ?
The text was updated successfully, but these errors were encountered: