Sung Kim
Sung Kim
@transfluxus Loss graph for the new one?
@patil-suraj We do have KorGPT, https://github.com/SKT-AI/KoGPT2 and https://korquad.github.io/. In this case, could you help to generate QAs for Kor?
@patil-suraj wonderful news! @zhoudoufu Could you share the Chinese version? I will modify it for a Korean version. Thanks!
Same here with "ws://localhost:7687/" related error.
I'll double check. Now it's updated.
I think I figured: ```python import jupyter_client km, kc = jupyter_client.manager.start_new_kernel() kc.execute('print("Hello")', silent=False) state = 'busy' while state != 'idle' and kc.is_alive(): msg = kc.get_iopub_msg(timeout=100) if 'content' not in msg:...
@jits023 Please check out #477. I do have a similar issue. @MSeal Do you have any thoughts on #477?
@sunpeng1996 For example, can you list some papers?
@DiegoRBaquero Very nice. I'll definitely use this wrapper.