momask-codes icon indicating copy to clipboard operation
momask-codes copied to clipboard

Inconsistent results of each training under the same parameter configuration even when seed is fixed.

Open fanqinshan0114 opened this issue 9 months ago • 2 comments

Hello! I want to ask why the model evaluation results of each training under the same parameter configuration are inconsistent. My environment is exactly the same as the environment.yaml file provided, and I have not modified any code. I want to know if this is normal when the random seed is fixed.

fanqinshan0114 avatar May 13 '24 08:05 fanqinshan0114

Hi, thanks for using our code.

We found that the random seed for train_vq is not set and just fixed it. Please pull the latest code to use it.

Feel free to create a pull request to contribute to MoMask.

Murrol avatar May 13 '24 09:05 Murrol

Hi, thanks for using our code.

We found that the random seed for train_vq is not set and just fixed it. Please pull the latest code to use it.

Feel free to create a pull request to contribute to MoMask.

It seems that the eval_val_loader in train_vq.py should use the validation set instead of the test set?

fanqinshan0114 avatar May 15 '24 07:05 fanqinshan0114