Koreyoshi Lethe
Koreyoshi Lethe
Hello, can you tell me what this code does in the test.py file?(您好,请问您能否告诉我在test.py文件当中这段代码的作用是什么?)  And why are the model architectures used in train.py and test.py different? In train.py, you used...
When I try to run the command "./extract_features.py --datasets UBFC --video_source main", I get an error:  I want to know where to download "s3fd_convert.pth"
Some errors occurred when I used the following code to calculate``` MAE, RMSE, ```and ```Pearson coefficients```: ``` for h5_path in test_list: h5_path = str(h5_path) with h5py.File(h5_path, 'r') as f: imgs...
大佬您好,我想问一下,关于UniFormer,如果只准备了解模型架构的话,代码是不是只用看这个文件[https://github.com/Sense-X/UniFormer/blob/main/video_classification/slowfast/models/uniformer.py](https://link.zhihu.com/?target=https%3A//github.com/Sense-X/UniFormer/blob/main/video_classification/slowfast/models/uniformer.py)就可以了
when I run the following instructions: ``` python -um batch_rl.fixed_replay.train \ --base_dir=/tmp/batch_rl \ --replay_dir=$DATA_DIR/Pong/1 \ --agent_name=quantile \ --gin_files='batch_rl/fixed_replay/configs/quantile_pong.gin' \ --gin_bindings='FixedReplayRunner.num_iterations=1000' \ --gin_bindings='atari_lib.create_atari_environment.game_name = "Pong"' --gin_bindings='FixedReplayQuantileAgent.minq_weight=1.0' ``` errros happened:  How...