从options.train_options导入TrainOptions ModuleNotFoundError:没有名为“ options”的模块

时间:2019-06-17 17:02:18

标签: python

我正在研究循环GAN项目,但在实施过程中遇到了一些问题。我正在使用googlecolab以获得更好的GPU。

from options.train_options import TrainOptions

  
    

ModuleNotFoundError:没有名为“选项”的模块

  

但是我也尝试了这个,但是没有得到结果

from selenium import webdriver

from selenium.webdriver.chrome.options import Options

0 个答案:

没有答案