isl-org / OpenBot

OpenBot leverages smartphones as brains for low-cost robots. We have designed a small electric vehicle that costs about $50 and serves as a robot body. Our software stack for Android smartphones supports advanced robotics workloads such as person following and real-time autonomous navigation.
https://www.openbot.org
MIT License
2.81k stars 526 forks source link

Current step show Failed #287

Closed emo8899 closed 1 year ago

emo8899 commented 2 years ago

Describe the problem Current step show Failed after Current epoch(100%)&Training(100%)

To Reproduce Steps to reproduce the behavior:

  1. uploaded the training sources.
  2. Move the training sources to Train datasets.
  3. Go to Train and click the start(Use the default Settings.)
  4. See error

Expected behavior Current step show Pass

Screenshots

image image

Desktop (please complete the following information):

Smartphone (please complete the following information):

Additional context

thias15 commented 2 years ago

How many epoch are you running. Which version of tensorflow are you using?

emo8899 commented 2 years ago

How many epoch are you running. 10times Which version of tensorflow are you using? tensorflow-2.9.1

emo8899 commented 2 years ago

I try to set num epoch 50, error look the same.

image
thias15 commented 2 years ago

Can you try to replace val_mean_absolute_error with val_mae. It seems the name was changed. Alternatively, you could try an older version of tensorflow, e.g. 2.6.0.

thias15 commented 2 years ago

Any update on this @emo8899 ?

emo8899 commented 2 years ago

i used the google driver to training robot, it's looks good. a man who is a youtube author used Google Cloud computers to train the robots.

thias15 commented 1 year ago

@emo8899 it seems that this was resolved by using the Colab notebook. Is that correct? Will close for now, feel free to reopen if the issue persists.