Skip to content

Commit

Permalink
Update ucf101_train.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
maxin-cn authored Feb 20, 2025
1 parent 72c41d2 commit f8980c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configs/ucf101/ucf101_train.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
dataset: "ucf101"

data_path: "/path/to/datasets/UCF101/videos/"
pretrained_model_path: "/path/to/pretrained/Latte/"
pretrained_model_path: "/path/to/pretrained/Latte/" # Please download pre-trained models from https://huggingface.co/maxin-cn/Latte/tree/main

# save and load
results_dir: "./results"
Expand Down Expand Up @@ -39,4 +39,4 @@ num_classes: 101
use_compile: False
mixed_precision: False
enable_xformers_memory_efficient_attention: False
gradient_checkpointing: False
gradient_checkpointing: False

0 comments on commit f8980c5

Please sign in to comment.