-
Notifications
You must be signed in to change notification settings - Fork 54
Description
Thank you very much for the built-in model you provided. It is very useful, and the cell types in it are very rich. However, in the actual use process, we often need to create subsets of the model. The subset function you provided is also very useful. But as you said before, just using subset is not enough. The best way is to take the original data of the model, perform subset operation, and then retrain. So, can you nicely provide the training code for the built-in model? In this way, when we perform subset operation, we can try to reproduce it and avoid a large deviation in cell types. In addition, do you consider providing us with functions or code for fast training after subset operation? After all, it is indeed a large amount of work to start retraining from finding the original data.