Skip to content

Commit

Permalink
Replace PyGrainEncDecFeatureConverter with T5XEncDecFeatureConverter.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 598889947
  • Loading branch information
texasmichelle authored and t5-copybara committed Jan 16, 2024
1 parent ba0df3e commit ed43961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t5x/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
from absl import flags
from absl import logging
import airio
from airio.grain import feature_converters
from airio.grain.common import feature_converters
import clu.data
import flax
from flax import traverse_util
Expand Down

0 comments on commit ed43961

Please sign in to comment.