yptang5488

Results 2 issues of yptang5488

Hi, I have a question that in `Transformer3DModel.forward()`, you split the input `encoder_hidden_states` into two parts, `encoder_hidden_states_video` and `encoder_hidden_states_image`, before send it to `BasicTransformerBlock`. I would like to ask you...

Hi, In function _CreateDataLoader_ in data/data_loader.py, there is an import like this: `from data.custom_dataset_data_loader import CustomDatasetDataLoader` But there is only one file (data_loader.py) in folder _data_, and I could not...