tae898 / age-gender

Age and gender recognition using arcface and MLP.
Apache License 2.0
73 stars 27 forks source link

ConnectionRefusedError: [Errno 111] Connection refused #4

Closed falimoradi closed 2 years ago

falimoradi commented 2 years ago

Hi when I try to run your .ipynb file in colab, I get ConnectionRefusedError. How can I fix it?

tae898 commented 2 years ago

Hey,

I just tested and it works fine to me though. Did you restart the runtime before the cell where you visualize images?

image

If you still run into a problem, please write your error messages here.

Tae