-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Fix prefix in get_input_fn / Fix assertion for even number of batch size #121
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add pass_id and task in flags to manipulate file path in train_gpu.py
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i have changed eeverything correct, but i have error :
TypeError:
filenamesmust be a
tf.data.Datasetof
tf.string elements.
Can you show me your command line for running data_utils.py and train_gpu.py ? |
step 1 - step 2 - |
Can you add space between --train_batch_size=32 and --seq_len=512 for step 2? |
I made a mistake in copy. step 2 - |
I think you should change flags("uncased") to False in data_utils.py. You can simply change file names |
Hi, Is here any news about my case? |
I think everything looks ok... but can you try relative path? like: |
When restart training, since prev_step is -1, curr_loss for the first print would be wrongly calculated.
Inorder to do pre-training: Apart from the above mentioned changes, notice and change the following things as well:
|
Thank you for the commits summarization! |
This may be the solution for Issues #120, #111, #85