Open masrourabdou opened 2 years ago
Hello Sir , Could you please let me know what's best_quant mean ?
torch.save(ckpt, best) torch.save(model, best_quant, _use_new_zipfile_serialization=False)
Hi, BEST means the best AP from all step and QUANT means that it's for quantization process.
hello sir , May I ask what else needs to be modified during training?
Please solve the following problems
Hello Sir , Could you please let me know what's best_quant mean ?