About test evaluation ¶
By: caixc on Oct. 9, 2022, 2:10 p.m.
In our solution, it takes a lot of time to do initialization work, such as load lib, build model and load checkpoint from disk. Does the docker do the same preparation work for every single image during testing phase and is all these time taken into account by runtime? Thanks in advance.