qgen
qgen copied to clipboard
FileNotFoundError: [Errno 2] No such file or directory: 'data/tfLog72k-4'
What does that path refer to ?
@ra2630 ?
This is the path to your log file. Setting std.out to this path would append lines printed on the stdout to the file.
Thanks so much, Can you share the weights of that model with me ?
@AliOsamaHassan Did the above issue resolved for u? How to set the path to the log file? @ra2630 ?
Yes, it has been solved.
I created a file with the above name and it worked for me.
I think you can also change the writing mode to a+
so that it can create the file, if it does not exist.
Hi @AliOsamaHassan. Thanks for your apt reply. I tried creating a file with the same file but was getting a FailedPreConditionError. I have shared the snippets as well.
I have been implementing the ipynb file on Tensorflow 1.13.1 on Windows.Can u share your environment requirements where you have run the same.
@tshrjn @AliOsamaHassan how much time did it take to run the entire code and train it on complete SQUAD dataset. Can u also share the environment details on which you ran the code?
@ayush2051 I am having the same issue did you figure it out how to do solve it.