Commit 0d2c111a authored by Lysandre's avatar Lysandre
Browse files

Format

parent 6f289dc9
...@@ -629,7 +629,8 @@ class TFTrainer: ...@@ -629,7 +629,8 @@ class TFTrainer:
features = { features = {
k: tf.concat( k: tf.concat(
[ft[self.args.train_batch_size // self.args.n_replicas :], reduced_features[k]], axis=0, [ft[self.args.train_batch_size // self.args.n_replicas :], reduced_features[k]],
axis=0,
) )
for k, ft in features.items() for k, ft in features.items()
} }
......
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