Peter Kim

Results 5 issues of Peter Kim

For Lab 2, I am stuck in understanding the general intuition behind the algorithm for `get_training_sample_probabilities`. On a high level, I assume that the function takes the entire training set...

What does the last term of the loss, -log p(x_0 | x_1) mean? It seems similar to the the log-likelihood of a single data point from VAE's ELBO. It that's...

I'm trying to get the RGB screen and minimap values. The exact code that I'm running is as such (I'm on a mac): ``` from pysc2.agents import base_agent, scripted_agent from...

I understand why we need MergedLinear but is there a simple example of how the forward pass works for a MergedLinear? Specifically this line -> https://github.com/microsoft/LoRA/blob/main/loralib/layers.py#L248. I'm struggling to understand...

Any reason why `detect_image` can't process an image array directly? I would like to contribute such that the function can handle both file paths and Image ndArrays (numpy or PIL)....