Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lab report file is not created when BatchTask is run on a multi-dimensional parameter space #75

Open
maxxkia opened this issue Jul 9, 2015 · 2 comments

Comments

@maxxkia
Copy link
Member

maxxkia commented Jul 9, 2015

I tested my code for a one-dimensional parameter space (one value for each parameter) and the program runs fine and my .csv lab report file is created. But when I ran the program again with multi-dimensional parameters, the final lab report file was not created; although, results.prop files were created in each "ExperimentTask-..." folder.

I also noticed that the log file says it stored the results, but actually there's no file. Here's a line from program output:

168697507 [main] DEBUG de.tudarmstadt.ukp.dkpro.lab.storage.filesystem.FileSystemStorageService  - Storing to: ./TEMP/DKPRO_HOME/de.tudarmstadt.ukp.dkpro.lab/repository/BatchTask-bb9cde67-23e9-11e5-800b-57317237455e/RESULTS.csv
@reckart
Copy link
Member

reckart commented Jul 10, 2015

If that message "Storing to ..." appears, then a file is created. However, it is deleted again if during the production of the file an error occurs. So if your report throws an exception, then there is no file. But you should then see some error message from the report in the logs.

@maxxkia
Copy link
Member Author

maxxkia commented Jul 10, 2015

But there is no error following this entry in the log. You can check the last lines of log here:

168697507 [main] DEBUG de.tudarmstadt.ukp.dkpro.lab.storage.filesystem.FileSystemStorageService  - Storing to: ./TEMP/DKPRO_HOME/de.tudarmstadt.ukp.dkpro.lab/repository/BatchTask-bb9cde67-23e9-11e5-800b-57317237455e/RESULTS.csv
168697507 [main] DEBUG de.tudarmstadt.ukp.dkpro.lab.storage.filesystem.FileSystemStorageService  - Storing to: ./TEMP/DKPRO_HOME/de.tudarmstadt.ukp.dkpro.lab/repository/BatchTask-bb9cde67-23e9-11e5-800b-57317237455e/RESULTS.csv
168697519 [main] INFO de.tudarmstadt.ukp.dkpro.lab.logging.impl.DefaultLoggingService  - [BatchTask-bb9cde67-23e9-11e5-800b-57317237455e] Report complete [org.dkpro.graph.experiments.DijkstraWSABatchResultReport] (1/1)
168697519 [main] INFO de.tudarmstadt.ukp.dkpro.lab.logging.impl.DefaultLoggingService  - [BatchTask-bb9cde67-23e9-11e5-800b-57317237455e] Report complete [org.dkpro.graph.experiments.DijkstraWSABatchResultReport] (1/1)
168697519 [main] DEBUG de.tudarmstadt.ukp.dkpro.lab.storage.filesystem.FileSystemStorageService  - Storing to: ./TEMP/DKPRO_HOME/de.tudarmstadt.ukp.dkpro.lab/repository/BatchTask-bb9cde67-23e9-11e5-800b-57317237455e/METADATA.txt
168697519 [main] DEBUG de.tudarmstadt.ukp.dkpro.lab.storage.filesystem.FileSystemStorageService  - Storing to: ./TEMP/DKPRO_HOME/de.tudarmstadt.ukp.dkpro.lab/repository/BatchTask-bb9cde67-23e9-11e5-800b-57317237455e/METADATA.txt
168697519 [main] INFO de.tudarmstadt.ukp.dkpro.lab.logging.impl.DefaultLoggingService  - [BatchTask-bb9cde67-23e9-11e5-800b-57317237455e] Completed task [de.tudarmstadt.ukp.dkpro.lab.task.impl.BatchTask]
168697519 [main] INFO de.tudarmstadt.ukp.dkpro.lab.logging.impl.DefaultLoggingService  - [BatchTask-bb9cde67-23e9-11e5-800b-57317237455e] Completed task [de.tudarmstadt.ukp.dkpro.lab.task.impl.BatchTask]
168697519 [main] INFO de.tudarmstadt.ukp.dkpro.lab.logging.impl.DefaultLoggingService  - [BatchTask-bb9cde67-23e9-11e5-800b-57317237455e] Shut down task
168697519 [main] INFO de.tudarmstadt.ukp.dkpro.lab.logging.impl.DefaultLoggingService  - [BatchTask-bb9cde67-23e9-11e5-800b-57317237455e] Shut down task

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants