Xingyao Wang
Xingyao Wang
Thank you for your reply! I just updated my implementation for AE with `TransposedConv2dStaticSamePadding`, since the original version didn't take odd image size into consideration: For example, when image size...
Can you provide more information about your setup? e.g., Operating system, Docker version? What is the output of `docker ps` on your machine?
@rbren, I totally understand your concern about translating these commands into structured data - however, I kinda don't want to *constraint* ourselves to those list of SWE-Agent actions, which may...
> "Someone brought up the idea of basically archiving the whole workspace at every step, so you can fast-forward and rewind!" I like this one! It is just like the...
thanks for the reminder! frontend newbie here 😅 that's why i'm curious why i need to add so much thing despite only added a little bit of front-end modification.
I finally got this PR working with the Jupyter image display!! Now all left to do for front-end is: * The [continue] button near the chat input box, which only...
I take a look and it seems it is challenging to make async & sync live well with each other. Starting the browser in a separate thread/process and communicate with...
Got this weird error while running it on the frontend (`make run`) with MonologueAgent - any idea what might cause it?
@li-boxuan @rbren i figured out a way to mock the config :) - now it should be ready for review.
@rbren i just tried locally for `echo=False` and remove all the strip.. and it is kinda tricky to get it right easily. Let's starts a separate issue to track this!