Open ErjieWu opened 5 days ago
Thanks for the suggestions. Currently my time is occupied by some other projects so the maintenance of deepks is postponed. Some of the suggestions seems to be very easy to implement so I would encourage you to make a PR and contribute!
The current version of deepks-kit is hard to use and maintain, here are some problems & suggestions for improvement.
New functions for users
model.pth
tomodel.pth
in the final step, since the final model is the most frequently used one for latter works.RECORD
file. And thetag_0_finished
files are only generated in the init step, which make it quite difficult to check the trainning process. Accordingly, there should be a convenient way to stop running and restart at any point..npy
. There should be a test to check the size of each npy file at the very beginning of running, which could lessen the tedious checking works made by users theirselves.Refactor suggestions
Bugs