PSSAttention icon indicating copy to clipboard operation
PSSAttention copied to clipboard

How to run the model with validation data?

Open xuuuluuu opened this issue 5 years ago • 0 comments

Hi,

How do I run the model with the validation data?

I cannot find a place where you load the validation data with the command below.

THEANO_FLAGS="device=gpu0" python main_total.py -ds_name [YOUR_DATASET_NAME] -log_name [YOUR_LOG_NAME]

from the code, It looks like the model evaluates the test data after training.

xuuuluuu avatar Oct 15 '19 09:10 xuuuluuu