-
I downloaded the model weights from hugging face but the files have some issue. i am not able to extract the weights from tar file.
I am getting this error message
`tar: This does not look like a…
-
Hi Finn and inlabru team,
We were fitting a simple model:
```r
library(INLA)
library(inlabru)
#Simulate 20 x 5 data
maturity
-
Hi can you provide model weights to reproduce the experiments in the paper? Also is there training code available?
-
Hi,
I try to use my LoRA weights that I got from PEFT using NeMo Framework container (with tp=pp=2, 4 gpus) with TensorRT-LLM ModelRunner (the [TensorRT-LLM/examples/run.py](https://github.com/NVIDIA…
-
Hi, I'm getting the following error, when trying to run eval.py on shapenet cars dataset.
using python 3.7, torch=1.12.1, cuda11.6
installed diff-gaussian-rasterizer from gaussian splatting officia…
-
Training the model with `train_script.py`, I save for all the epochs only the weights using the following code:
```
# ModelCheckpoint callback to save model weights
checkpoint_callback = ModelChe…
-
**Describe the bug**
I am traying to set a weight set as input for a TRN model a TRN model, and I am getting this error:
pd.DataFrame(
/home/rcervino/anaconda3/envs/mrkrabs2/lib/python3.10/site-p…
-
Hi, Is it possible to provide model weights. Thanks.
-
### Checklist
- [X] 1. I have searched related issues but cannot get the expected help.
- [X] 2. The bug has not been fixed in the latest version.
- [X] 3. Please note that if the bug-related iss…
-
Dear Nathaniel,
Regarding the weights for AF2. I seen in the predict.py file you use
> model_1_ptm
However, is it possible to just switch to other "non ptm" version like:
> params_model_1…