-
Notifications
You must be signed in to change notification settings - Fork 19
length error! #21
Copy link
Copy link
Open
Description
Hi, I got this error running train.py using DRIVE dataset in Colab:
Traceback (most recent call last):
File "/content/drive/MyDrive/RVGAN-master/train.py", line 215, in
train(d_model1, d_model2,g_model_coarse, g_model_fine, rvgan_model, dataset, n_epochs=args.epochs, n_batch=args.batch_size, n_patch=[128,64],savedir=args.savedir)
File "/content/drive/MyDrive/RVGAN-master/train.py", line 100, in train
g_global_loss,_ = g_global_model.train_on_batch([X_realA_half,X_realB_half], [X_realC_half])
ValueError: The two structures don't have the same sequence length. Input structure has length 1, while shallow structure has length 2.
Would you help me to fix it?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels