Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi,
This is the Docker file that I use to run this code - especially test it. I have not tried to retraining or finetuning with this codebase/docker and hence cannot guarantee to work in those scenarios.
Further, this code is optimised for python3. I used
2to3
to upgrade the codebase. To not complicate this PR with plenty of trivial changes, I have not included it. In case someone would need a working branch/ are facing issues upgrading, checkoutexp_01
branch in my fork.HTH, Cheers!