吴国华
吴国华
你好请问一下tinybert的训练方式是不是直接从最原始的开始训练呢?还是从大模型distill到小模型呢?
The dataset use in experiment section have many classes. Does this work (teacher free distill) for dataset with only two classes?
Hi, All I read through the process of generation, I have some question about the attention part. In the code, there is three part of [attention_decoder.py](https://github.com/kelvinguu/neural-editor/blob/master/textmorph/edit_model/attention_decoder.py) file line 53, we...
Hi, I download the fairseq [checkpoint](https://drive.google.com/file/d/1XJJ6A3xEMLjRbaO4z9FI-RP84fA4pvep/view) from readme. The `inference/beam_search.py` is for asr I think, so I trying to running the `bash script/inference/evaluate_multimodel.sh`, but missing some file `MANIFEST_PATH` (some dictionary...
Hi, all I use the random projection to generate sketch for vector, it seem the sketch algorithm is work fine. But I want to find k nearest vector, I write...
Hi, I want to camera angle in the output video to show more of the robotic arm, but dont want to change the input of inference model, how to do...