Skip to content

Expecting stdout.log rather than out.log #17

@david-waterworth

Description

@david-waterworth

I'm using allentune with allennlp==2.4.0. First it would be nice if the explicit requirement on allennlp==1.0.0 was removed from setup.py, that way at least there's a chance that users can continue to install the library as other dependencies move on, you can always set it to allennlp>=1.0.0 and users can choose to install 1.0.0 before allentune if they want to replicate the original configuration.

"allennlp==1.0.0",

I had to leave ray==0.8.6 due to a dependency class.

I'm not sure if it's a result of running on a later version of allennlp or not, the search command worked fine. However report errored. On further investigation the report script was looking for a stdout.log file, the file was actually called out.log

It was a simple fix to update, I simply changed the line below:

with open(os.path.join(dir, "stdout.log"), 'r') as stdout_file:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions