-
您好,我使用官方的pvig_s_82.1.pth.tar权重去训练我自己的数据集(67个类别)时,出现DeepGCN最后一层维度不匹配的情况:
RuntimeError: Error(s) in loading state_dict for DeepGCN:
size mismatch for prediction.4.weight: copying a param with shape t…
-
When I finetune the animate-anything, I found that the gradient of unfrozen layer of Unet (eg. conv_in) is None. And I print the requires_grad of conv_in, the result is True. It means that the fine-tu…
-
### 🐛 Describe the bug
When using FSDP (Fully Sharded Data Parallel) to save a model, some parameters are not fully gathered on rank 0 and therefore not properly saved. This issue occurs specifical…
-
when i use the code in tensorflow 2.6.0 there is a warning when i run the code.
`WARNING:tensorflow:
The following Variables were used a Lambda layer's call (tf.keras.backend.rnn), but
are not pres…
-
Hello. I have a problem and need your kind help: When I was training with a custom s3dis data set with x, y, z, and intensity, the following error occurred. However, I have changed in_channels to 4 in…
-
### Prerequisites
I am using latest TensorFlow NGC container nvcr.io/nvidia/tensorflow:20.09-tf2-py3
### Issue
When running my Deep Learning model on 1 GPU (Tesla T4) within the NGC container 20.…
-
I want to build a CNN+LSTM hybrid model using gene data (5516,1) to predict the symptom, which is a continuous variable. The architecture is showing above:
```
# define the CNN+LSTM model
def build…
-
Hi, I am trying to predict a complex with stoichiometry A6B6 using AFM v2.3.
I get a strange error related to something in tf, but don't really know why. Using the same MSAs, I can predict a smaller …
-
Hello, I tried to load the pretrained checkpoints and faced a prblem of weights mismatch, code:
```
import os, torch
from collections import OrderedDict
import data
# change config file for a…
-
# ❓ Questions and Help
I'm new to xformers. I need to use Transformer Encoders to train on a dataset with a very large variation in sample lengths. My original code was:
```python
tokens = [token…