Home Image-Pro General Discussions

Deep learning does not initiate

Hi Yuri,

Recently, i tried to use deep learning to train my own model. When i click train, it seems nothing happen. Nothing shows in training graph and predict button is still grey. i attached the pic as below. Could you kindly help to check what's wrong?

Thanks a lot for your help.


Best,
Louis

Best Answer

Answers

  • Hi Louis,

    I can't tell what is wrong and will need more details. 
    Does the prediction work? With all types of models, including BaseUNET (try prediction with demo images)?
    Can you please ZIP the model folder and send it to me? Click here to upload files.

    Thanks,

    Yuri
  • Hi Yuri,
     
    It seems i can't use the model for prediction. I doubt that it even did not begin successful trained.

    below is messages show when i click train button. Could kindly help to check what is wrong? and where is the model folder BTW     big thanks

    Image-Pro Deep Learning Server is running!
    INFO:     Started server process [20156]
    INFO:     Waiting for application startup.
    INFO:     Application startup complete.
    ERROR:    [Errno 10013] error while attempting to bind on address ('127.0.0.1', 8000): 以一种访问权限不允许的方式做了一个访问套接字的尝试。
    INFO:     Waiting for application shutdown.
    INFO:     Application shutdown complete.
    Traceback (most recent call last):
      File "C:\ProgramData\Media Cybernetics\Image-Pro Neural Engine\Python\lib\site-packages\uvicorn\server.py", line 151, in startup
        server = await loop.create_server(
      File "C:\ProgramData\Media Cybernetics\Image-Pro Neural Engine\Python\lib\asyncio\base_events.py", line 1463, in create_server
        raise OSError(err.errno, 'error while attempting '
    OSError: [Errno 10013] error while attempting to bind on address ('127.0.0.1', 8000): 以一种访问权限不允许的方式做了一个访问套接字的尝试。
    During handling of the above exception, another exception occurred:
    Traceback (most recent call last):
      File "C:/ProgramData/Media Cybernetics/Image-Pro Neural Engine/Python/DeepLearningIP\FastServer.py", line 42, in <module>
        uvicorn.run("FastServer:app", host="localhost", port=8000,access_log=False,proxy_headers= False,server_header= False,date_header= False,use_colors=False)
      File "C:\ProgramData\Media Cybernetics\Image-Pro Neural Engine\Python\lib\site-packages\uvicorn\main.py", line 569, in run
        server.run()
      File "C:\ProgramData\Media Cybernetics\Image-Pro Neural Engine\Python\lib\site-packages\uvicorn\server.py", line 60, in run
        return asyncio.run(self.serve(sockets=sockets))
      File "C:\ProgramData\Media Cybernetics\Image-Pro Neural Engine\Python\lib\asyncio\runners.py", line 43, in run
        return loop.run_until_complete(main)
      File "C:\ProgramData\Media Cybernetics\Image-Pro Neural Engine\Python\lib\asyncio\base_events.py", line 603, in run_until_complete
        self.run_forever()
      File "C:\ProgramData\Media Cybernetics\Image-Pro Neural Engine\Python\lib\asyncio\windows_events.py", line 316, in run_forever
        super().run_forever()
      File "C:\ProgramData\Media Cybernetics\Image-Pro Neural Engine\Python\lib\asyncio\base_events.py", line 570, in run_forever
        self._run_once()
      File "C:\ProgramData\Media Cybernetics\Image-Pro Neural Engine\Python\lib\asyncio\base_events.py", line 1859, in _run_once
        handle._run()
      File "C:\ProgramData\Media Cybernetics\Image-Pro Neural Engine\Python\lib\asyncio\events.py", line 81, in _run
        self._context.run(self._callback, *self._args)
      File "C:\ProgramData\Media Cybernetics\Image-Pro Neural Engine\Python\lib\site-packages\uvicorn\server.py", line 77, in serve
        await self.startup(sockets=sockets)
      File "C:\ProgramData\Media Cybernetics\Image-Pro Neural Engine\Python\lib\site-packages\uvicorn\server.py", line 161, in startup
        sys.exit(1)
    SystemExit: 1

  • Thanks Yuri, i uninstall one application which take up the port then it works!
Sign In or Register to comment.