Geoffrey Yu

Results 12 comments of Geoffrey Yu

Thanks for your interest in Habitat! Can you clarify what you mean exactly by "code generated by different model variants"?

Hey @mr-bo-jangles - thanks for trying out Tandem! We currently have a lot of outstanding issues that we want to address first before adding on other editors ourselves, so it...

@anarcat The Tandem agent implements all of the common functionality that all plugins need (e.g. managing peers in a session, sending messages between peers, etc.). We actually use the CRDT...

We'd need to test out TCP hole punching to see how reliable it is. It seems like UDP hole punching is what works most frequently, which would be more useful...

Hey @sankalpsans - thanks for trying out Tandem! We've had our eye on supporting other editors and we know that VSCode is a popular editor. 😄 We currently have a...

The code we used to collect the training data is under the `tools/recording/` subdirectory. For example, you can see how the `Conv2d` training data was collected [here](https://github.com/geoffxy/habitat/blob/master/tools/recording/record_conv2d.py#L121-L128). You should be...

Thanks for trying Tandem @Zaab1t! Are there any log files in your `/tmp` directory of the form `tandem-*.log`? If so, could you paste them here so we could take a...

Hmm, alright. What does your shell return when you run `which python3`? Also what version of Python 3 do you have?

Thanks for reporting! Yeah, for now you should be able to use a development version of `skyline` by just running `pip3 install --editable .`. I'm glad to hear that it...

We should also consider the user experience of starting one of these sessions. For example, could there be just a single command that will perform all the needed set up?...