In TPU embedding mid-level API tpu_embedding.py, create embedding variables,...
In TPU embedding mid-level API tpu_embedding.py, create embedding variables, slot variables and related ops outside of constructor. This will enable TPUEstimator to provide specific names for the embedding and slot variables. (TPUEstimator only know these names after TPUEmbedding constructor is called.) PiperOrigin-RevId: 231651332
Loading
Please sign in to comment