PSSAttention
PSSAttention copied to clipboard
How to run the model with validation data?
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.