Commit cac293d6 authored by Vishnu Banna's avatar Vishnu Banna
Browse files

addressing ocmments

parent 671268c4
from tensorflow.python.framework import ops
from tensorflow.python.ops import array_ops
from tensorflow.keras.optimizers.schedules import LearningRateSchedule
from tensorflow.python.training import gen_training_ops
import tensorflow as tf
import re
import logging
try:
from keras.optimizer_v2.optimizer_v2 import _var_key
except:
def _var_key(var):
def _var_key(var):
"""Key for representing a primary variable, for looking up slots.
In graph mode the name is derived from the var shared name.
In eager mode the name is derived from the var unique id.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment