GuoJingtao-1997

Results 5 comments of GuoJingtao-1997

I think maybe the num of samples (train + test) for each client are the same and therefore the weight for each client are the same. So we can directly...

# For MNN-2.0.0 in raspberry pi 4 with kernel version 5.10.92-v7l+, only need to modify the build_wheel.py as follows: ```python pymnn/pip_package/build_wheel.py ... if IS_LINUX: os.system('python setup.py bdist_wheel --plat-name=manylinux2014_armv7l') ... ```

I also encounter this problem and I think it may be because the Makefile switches to android mode and cause the "ndk-build not found" problem. I try to filter the...

Yes, I just followed your commits and successfully install it. Thanks a lot.

In my view, the target encoder aims to map the target features into the source domain so that we can use the pre-trained source classifier to classify them. Therefore, we...