Ziyang Ma

Results 5 issues of Ziyang Ma

**train cmd:** python3 tools/train.py --config_file='configs/softmax_triplet_with_center.yml' MODEL.DEVICE_ID "('0')" MODEL.NAME "(resnet50_ibn_a)" DATASETS.NAMES "('market1501')" DATASETS.ROOT_DIR "('/home/user/data')" MODEL.PRETRAIN_CHOICE "('self')" MODEL.PRETRAIN_PATH "('/home/user/logs/self_trained_model/resnet50_ibn_a.pth')" OUTPUT_DIR "('/home/user/logs/self_trained_model')" **error:** get " Keyerror 'a' **So I changed the name of...

## 🚀 Feature Request ### Motivation My models rely on the new version of fairseq and require editable compilation when used by others. Hopefully, a new version of the package...

enhancement
help wanted
needs triage

The ['corpus_key'] in batch['net_input']['corpus_key'] provides false information. Fix this bug in multi_corpus_dataset.py file.

CLA Signed

## What does this PR do? There is a mismatch between the audio config and the audio checkpoint. Change the `base_audio_only_task.yaml` file from depth=12, prenet_depth=0 to depth=8, prenet_depth=4 will not...

CLA Signed