iwellkim

Results 3 issues of iwellkim

When I run this cell from the colab, with torch.no_grad(): mel_s_t, alignment, residual = model.inference(text_norm, mel_source, target_speaker) this error occurs --------------------------------------------------------------------------- ConfigAttributeError Traceback (most recent call last) in () 1...

I use Google Colab. When I tried to run this command, !python /content/few-shot-vid2vid/train.py --name face --dataset_mode fewshot_face --adaptive_spade --warp_ref --spade_combine --batchSize 8 This error message popped up. File "/content/few-shot-vid2vid/data/image_folder.py", line...

File "/content/drive/My Drive/coding/DwNet-master/test.py", line 6, in from models import create_model ImportError: cannot import name 'create_model' Can you let me know How to fix this?