kkneed
Results
2
comments of
kkneed
你好,请问问题解决了吗,我尝试在jupyter中训练checkpoints文件夹打不开,但是使用colab训练checkpoints文件可以正常打开,并且模型会正常保存
问题解决了,模型其实已经保存了,只是文件太大打不开,你可以使用这段代码将checkpoints文件夹压缩 `import shutil import os def compress_folder(folder_name, output_path): """ Compresses the specified folder into a zip file. Parameters: folder_name (str): The name of the folder to compress. output_path (str): The...