model_dir keyword argument repeated (#13494)
In https://www.tensorflow.org/tutorials/wide#adding_regularization_to_prevent_overfitting, the code repeats the model_dir keyword argument, causing a syntax error if you try to run it (`SyntaxError: keyword argument repeated`). This remove the second occurrence of the model_dir param.
Loading
Please sign in to comment