使用colab執行此段程式 first-order-model-demo.ipynb 中的
from demo import load_checkpoints
generator, kp_detector = load_checkpoints(config_path='config/vox-256.yaml',
checkpoint_path='/content/gdrive/My Drive/herman/vox-cpk.pth.tar')
時出現Input/output error,請問有方法解決嗎?
vox-cpk.pth.tar 我是使用建立捷徑的方式建立在herman這個目錄內,請問這種方式會讀取不到檔案嗎