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
Hello!There's a ValueError when I run .py to test old models.
ValueError: Cannot feed value of shape (1, 366) for Tensor 'Placeholder:0', which has shape '(?, 16)'
Is that caused by Laser finding not 10 dimensions but 360?
The text was updated successfully, but these errors were encountered:
Yes, it seems caused by Laser finding not 10 dimensions but 360. Please change it from 360 to 10.
Or of course, you can re-train it by 360 laser-finding.
Yes, it seems caused by Laser finding not 10 dimensions but 360. Please change it from 360 to 10.
Or of course, you can re-train it by 360 laser-finding.
Hello!There's a ValueError when I run .py to test old models.
ValueError: Cannot feed value of shape (1, 366) for Tensor 'Placeholder:0', which has shape '(?, 16)'
Is that caused by Laser finding not 10 dimensions but 360?
The text was updated successfully, but these errors were encountered: