I am a beginner in neural nets and TensorFlow, and I am trying to understand the role of arg_scope.
It seems to me that it is a way to put together a dictionary of "things you want to do" to a certain layer with certain variables. Please correct me if I am wrong. How would you explain exactly what it is for, to a beginner?