Closed GostD closed 5 years ago
As far as I understand, this line
classifyapp_accuracy = evaluate(NCC_classifyapp(), embeddings, folder_data,
train_samples, folder_results, dense_layer_size,
print_summary, num_epochs, batch_size)
should be replaced with this line
classifyapp_accuracy = evaluate(NCC_classifyapp(), embeddings, "task/classifyapp/seq",
train_samples, folder_results, dense_layer_size,
print_summary, num_epochs, batch_size)
Am I right?
Hi @GostD,
Did you extract the dataset in the correct folder? As mentioned in the README, it can be found at: https://polybox.ethz.ch/index.php/s/JOBjrfmAjOeWCyl
I called
python train_task_classifyapp.py
and got this output: