-
`docker build` has a `--pull` flag that forces reacquisition of manifests and layers - we should enable this behavior as well. The content store is fine for the default case but sometimes you really n…
-
Please show git tags in the network graph.
[https://github.com/isaacs/github/issues/475](url)
-
Are duplicates done by md5/sha hash? perceptual hash? Does it only detect literal identical files or does it help find files that are the same photo but one is a smaller resolution or cropped?
-
Is there a good way to generate a pdf/html page with highlighted changes between two document versions?
-
![0000000000](https://user-images.githubusercontent.com/26225734/131850088-61f39e12-225a-4b10-a8b5-e372ba579335.png)
-
Hi,
I'm having a question regarding the consistency between vq2d annotations and 3d annotations. I tried pulling out one 3d annotation (using the center) and projecting it down to any frame in the …
-
# Analysis of performance of SWAG versus approximation rank (1a)
(Dataset: FashionMNIST, Model: DenseNet with depth 10)
I wanted to get an idea for how the SWAG posterior approximation improved pe…
-
### Pre-flight checklist
- [X] I have read the [contribution documentation](https://github.com/electron-userland/electron-forge/blob/master/CONTRIBUTING.md) for this project.
- [X] I agree to follow …
-
from llava.model.builder import load_pretrained_model
from llava.mm_utils import get_model_name_from_path, process_images, tokenizer_image_token
from llava.constants import IMAGE_TOKEN_INDEX, DEFAUL…
-
I was looking through the code and thinking I should probably use `multi_class_dice_loss` with `softmax` after a quick look but then it wasn't an option - so, I added it. But, then I wondered why it w…