Include uploading model in training progress
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 3
- Forks
- 2
- Avg merge
- 3d 1h
- Merged PRs (30d)
- 3
Description
I did a "nmt" build with "max_steps=10" and the corpus was the JACU and KEK projects. It took less than a minute to go from "Pending" to "Active". For the next 8 minutes it sat at 0%. Then in 30 seconds it went from 0 to 100%. Then it took another 24 minutes to go from "Active" to "Complete". Apparently the 24 minutes was saving the 2 GB model.
(Also, I suggest either changing the name from "percent complete" to "portion complete" or or "fraction complete" or something like that, or change the value from 0-1 to 0-100.)
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing the training progress reported for a "nmt" build from Pending through Active to Complete, focusing on the time spent saving the 2 GB model. Determine how the upload or save phase can be represented in progress, and verify whether the reported value is intended to be a percentage or a fraction.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- api, backend, machine-learning
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100