Yucheng Gu
Yucheng Gu
Yeah, because I don't use Windows very often……I suggest trying Quicker on Windows, which may help(But I'm not sure)
Same problem, I have: CUDA 10.2 PyTorch 1.5.0 mmdet 0.6.0(compiled from this repo) OpenCV-Python 4.5.1.48
> Same problem, I have: > CUDA 10.2 > PyTorch 1.5.0 > mmdet 0.6.0(compiled from this repo) > OpenCV-Python 4.5.1.48 Solved. Problem: My preparation workflow of annotation file had a...
同样问题,使用marp-cli与 obsidian 预览均出现此问题
虽然没有完全理解为什么,但是可用的fix: 修改使用的css中 `section.toc_b ul, ol `、`ol`项: ```css ol { line-height: 1.4rem; padding-left: 35px; } ... section.toc_b ul, ol { display: table; align-items: center; justify-content: center; width: 63%; left: 0%; position:...
@AgrawalAmey Thanks for sharing! Would also be great if the document can point out approximately how much data profiled (or equivalently, how many GPU hours) is needed to produce accurate...
> This is an interesting feature and quite hard to implement in a framework agnostic way. I guess what we could do is add an edit button to root messages...
Hi Willy: Your proposed method is totally doable - but I do met a problem while implementing it: Editing the memory from the framework is achieved, but for user experience...
> Hey! > > The the resumed chats, you have access to all the messages (including their ids) in the [on_chat_resume](https://github.com/Chainlit/cookbook/blob/main/resume-chat/app.py#L51) decorated function. > > From here you can probably...
Hi thany: I'm facing the exactly same issue here, my mobile devices sync well but my desktop Obsidians all shows the above error. How did you solve this back then?...