JT_Beria

Results 5 issues of JT_Beria

Fetching 18 files: 17%|██████████▌ | 3/18 [00:01

I use the deepspeech==0.9.3, however, it has error: graph_def.ParseFromString(f.read()) google.protobuf.message.DecodeError: Error parsing message with type 'tensorflow.GraphDef'

Is the code of FaceChain-ImagineID avaliable?

enhancement

RuntimeError: Error(s) in loading state_dict for NeRFNetwork: size mismatch for eye_att_net.net.0.weight: copying a param with shape torch.Size([64, 36]) from checkpoint, the shape in current model is torch.Size([16, 36]). size mismatch...

when i train the model use the code: python -m src.train.train --clip_text_losses cosine --clip_image_losses cosine --pose_rep rot6d \--lambda_vel 100 --lambda_rc 100 --lambda_rcxyz 100 \--jointstype vertices --batch_size 1 --num_frames 60 --num_layers...