remove comment
This commit is contained in:
parent
9874652c2f
commit
f8c5a2eb10
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue