运行Deep-shopping模型时出错

时间:2017-10-17 16:15:55

标签: python-3.x tensorflow deep-learning

我正在尝试重现Deep-shopping model的结果,但是当我运行class Calculator(QtGui.QDialog, Ui_CalculatorUI): def __init__(self, parent=None): QtGui.QDialog.__init__(self, parent) self.setupUi(self) self.buttonCalc.clicked.connect(self.handleCalculate) def handleCalculate(self): x = int(self.lineEditX.text()) y = int(self.lineEditY.text()) self.lineEditZ.setText(str(x + y)) 文件时,我收到以下错误:

train_n_test.py

我发现python2.7和python3.5

都有这个错误

我的问题:

如何解决这个bug?

1 个答案:

答案 0 :(得分:1)

缺少simple_resnet.py个文件。作者没有在存储库中提供该代码文件。尝试使用resnet.py from this link创建它。