"docs/vscode:/vscode.git/clone" did not exist on "7516bcf27319a2aea9bbe927f8e4d8e501e23c99"
Commit 0d2c111a authored by Lysandre's avatar Lysandre
Browse files

Format

parent 6f289dc9
......@@ -629,7 +629,8 @@ class TFTrainer:
features = {
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()
}
......
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