我在Spyder上想將資料集匯進來使用,我已經確定路徑是對的,資料也有放在正確的位置,但執行結果移植說找不到資料集,請問有人遇過一樣的狀況嗎?最後是怎麼解決的?
dataset, metadata = tfds.load('CycleGan/horse2zebra',
with_info=True, as_supervised=True)
train_horses, train_zebras = dataset['trainA'], dataset['trainB']
test_horses, test_zebras = dataset['testA'], dataset['testB']
'AAA/CycleGan/horse2zebra'
先確定你的.py檔在在位置AAA,然後照下圖設定一下編譯路徑即可(擇一)。
以下圖為例子(快速設定),因為目前要編譯的.py檔位置在C:\User*\Video\embedd_model,所以spyder會把編譯路徑設定在C:\User*\Video\embedd_model
下圖是手動設定編譯路徑,按鈕位置在spyder視窗右上角