remove comment

This commit is contained in:
Cadene 2024-04-10 17:14:02 +00:00
parent 9874652c2f
commit f8c5a2eb10
1 changed files with 0 additions and 1 deletions

View File

@ -74,7 +74,6 @@ def make_dataset(
transforms = v2.Compose( transforms = v2.Compose(
[ [
# TODO(rcadene): we need to do something about image_keys
Prod(in_keys=clsfunc.image_keys, prod=1 / 255.0), Prod(in_keys=clsfunc.image_keys, prod=1 / 255.0),
NormalizeTransform( NormalizeTransform(
stats, stats,