"tutorials/models/vscode:/vscode.git/clone" did not exist on "632d598c77af616278bc0f2144a14958678dcbae"
Wrap the cifar10 multigpu model construction part with a variable_scope
Without the new variable_scope, creating apply_gradient_op raises an error that additional moving average or slot variables could not be created. This is because of the 'leaky reuse' of variable scope, so we correct the problem by explicitly introducing a new variable scope. Related issues: tensorflow/models#901, tensorflow/tensorflow#6220
Showing
Please register or sign in to comment