Giter Club home page Giter Club logo

Comments (3)

BirdyX avatar BirdyX commented on June 4, 2024

Same error, and with cpu loading 100%, any idea to solve this?

from nni.

BirdyX avatar BirdyX commented on June 4, 2024

Same error, and with cpu loading 100%, any idea to solve this?

finally, i recommend install v2.10, and remember pip install "typeguard<3", old version without any problem xd

from nni.

Gokulakrishnan-DL-CV avatar Gokulakrishnan-DL-CV commented on June 4, 2024

I am facing a similar issue when doing NAS using NNI after 1 trial. Here is the output from the logger:
ERROR (Thread-5 (listen):nni.runtime.command_channel.websocket.channel) Failed to receive command. Retry in 0s
Traceback (most recent call last):
File "d:\dev_env\Lib\site-packages\nni\runtime\command_channel\websocket\channel.py", line 99, in _receive_command
command = conn.receive()
^^^^^^^^^^^^^^
File "d:\dev_env\Lib\site-packages\nni\runtime\command_channel\websocket\connection.py", line 116, in receive
return nni.load(msg)
^^^^^^^^^^^^^
File "d:\dev_env\Lib\site-packages\nni\common\serializer.py", line 476, in load
return json_tricks.loads(string, obj_pairs_hooks=hooks, **json_tricks_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "d:\dev_env\Lib\site-packages\json_tricks\nonp.py", line 259, in loads
return _strip_loads(string, hook, True, **jsonkwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "d:\dev_env\Lib\site-packages\json_tricks\nonp.py", line 266, in strip_loads
return json_loads(string, object_pairs_hook=object_pairs_hook, **jsonkwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Seewise\AppData\Local\Programs\Python\Python312\Lib\json_init
.py", line 359, in loads
return cls(**kw).decode(s)
^^^^^^^^^^^^^^^^^^^
File "C:\Users\Seewise\AppData\Local\Programs\Python\Python312\Lib\json\decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Seewise\AppData\Local\Programs\Python\Python312\Lib\json\decoder.py", line 353, in raw_decode
obj, end = self.scan_once(s, idx)
^^^^^^^^^^^^^^^^^^^^^^
json.decoder.JSONDecodeError: Unterminated string starting at: line 1 column 24 (char 23)

@CCJing14 @BirdyX Have you guys faced this issue?

@xuehui1991 Pls look into this!

from nni.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.