Skip to content

fix output paths for decoding results#10

Open
toruurakawa wants to merge 1 commit into
malllabiisc:masterfrom
toruurakawa:dev
Open

fix output paths for decoding results#10
toruurakawa wants to merge 1 commit into
malllabiisc:masterfrom
toruurakawa:dev

Conversation

@toruurakawa
Copy link
Copy Markdown

No description provided.

@ashutoshml
Copy link
Copy Markdown
Collaborator

Hi @toruurakawa

Thanks for sending in the pull request. I am not sure entirely if this wouldn't break or overwrite anything during the training and testing process.

I'll revisit and review these changes for any possible errors later since this doesn't result in any runtime error.

@toruurakawa
Copy link
Copy Markdown
Author

Thanks for your comment.

Certainly it is necessary to make sure the behavior other than the decoding process.
Okay, I would be grateful if you could check it when you have time.

Copy link
Copy Markdown
Collaborator

@ashutoshml ashutoshml left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add code to create the directory.
"os.makedirs(outdir, exist_ok=True)"

Comment thread src/main.py
param_str= '_'.join(param_str)

outdir = str(args.out_dir)

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add code to create directory. "os.makedirs(outdir, exist_ok=True)"

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

Successfully merging this pull request may close these issues.

2 participants