samhodge-aiml

Results 8 issues of samhodge-aiml

This is the hugging face model we wish to work with in Weaviate ``` from transformers import AutoProcessor, AutoModel processor = AutoProcessor.from_pretrained("flax-community/clip-rsicd-v2") model = AutoModel.from_pretrained("flax-community/clip-rsicd-v2") ``` But when one of...

**Describe the bug** In GUI mode selecting Save As on Ubuntu 22.04 LTS doesnt produce a file dialog **To Reproduce** Steps to reproduce the behavior: 1. Start a template 2....

bug
linux

**Is your feature request related to a problem? Please describe.** I need to see how much VRAM and GPU compute are being used by a process in a container, and...

Here are my modifications to the source code ``` diff --git a/configs/Test/images.yaml b/configs/Test/images.yaml index 81a5824..4435fb2 100644 --- a/configs/Test/images.yaml +++ b/configs/Test/images.yaml @@ -12,4 +12,5 @@ training: auto_scheduler: True eval_pose_every: -1 extract_images:...

see ``` [Epoch 3295] it=240500, loss=5.24928904, time=10.5139 3295 ep: Train: ATE: 0.574 RPE_r: 27.093 3295 ep: Train: PSNR: 17.051 > /media/sam/aimlwork/github/nope-nerf/model/losses.py(207)forward() -> 'loss': loss, (Pdb) exit Traceback (most recent call...

Hi I am getting the following output ``` [2024-05-31T22:09:18.607Z] "GET /third_party/three.js" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36" [2024-05-31T22:09:18.627Z] "GET /third_party/OrbitControls.js" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML,...

The documents say 2. Download teacher checkpoints. Unzip their contents like so, ``` teachers/ bicycle/ checkpoint_50000/ # Model checkpoint config.gin # Gin config ... ``` but it is unclear where...

See cross post https://github.com/smerf-3d/smerf-3d.github.io/issues/9