Yu Meng

Results 7 comments of Yu Meng

Hi, Thanks for asking. I do plan to make a python package for the code but have been busy with some deadlines. I might work on this sometime after June...

Hi @ScottishFold007 The method may require some nontrivial changes to be applied to multi-label classification tasks. The most challenging part to adapt will be the self-training stage. The current self-training...

Hi @sundoufu , Thanks for the suggestion! I've updated the requirements file. Best, Yu

Yes, it should work without changing any code.

Hi, You could refer to [this requirement file](https://github.com/yumeng5/WeSHClass/blob/master/requirements.txt) for the versions. If you are still encountering errors, please let me know. Thanks, Yu

Hi @angelesaldunate, The code was developed on a Linux system, and I'm not sure whether it will be able to run on Apple M1 at all. Could you please try...

Hi, While it's possible to freeze most layers to save computation and make it possible to train on CPUs, it's not recommended to do so -- the hyperparameters (e.g., learning...