You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! Thanks for your work.
After installing necessary packages and setting training images, I run train_leaves.sh, error happened like below:
Do you know the reason? Thank you very much!
The text was updated successfully, but these errors were encountered:
123liluky
changed the title
no args.leaves_dir in train.py
error while train
Aug 25, 2018
@miriambellver I revised self.hidden_size/2 to int(self.hidden_size/2), the error was solved. Could you help me explaining few parameters in args.py? The parameters are maxseqlen gt_maxseqlen and best_val_loss. Besides, If there is only one kind of object in my training set, should I set num_classes to 1 or 2? Thank you.
maxseqlen is the sequence length, gt_maxseqlen is how many objects in the ground truth will you consider for the hungarian loss, and best_val_loss is just to track which is the best validation loss. If your dataset has a single object, num_classes should be 2.
Hi! Thanks for your work.

After installing necessary packages and setting training images, I run train_leaves.sh, error happened like below:
Do you know the reason? Thank you very much!
The text was updated successfully, but these errors were encountered: