Thank you! We'll be in touch ASAP.
Something went wrong, please try again or contact us directly at contact@dagshub.com
Deci-AI:master
timho102003:dagshub_logger
defaults: - imagenet_dataset_params train_dataset_params: root: /data/TinyImagenet/train transforms: - RandomResizedCropAndInterpolation: size: 56 - RandomHorizontalFlip - ToTensor - Normalize: mean: [0.4802, 0.4481, 0.3975] std: [0.2770, 0.2691, 0.2821] val_dataset_params: root: /data/TinyImagenet/val transforms: - Resize: size: 64 - CenterCrop: size: 56 - ToTensor - Normalize: mean: [0.4802, 0.4481, 0.3975] std: [0.2770, 0.2691, 0.2821] _convert_: all
Press p or to see the previous file or, n or to see the next file