gpt4 book ai didi

python-3.x - 运行深度购物模型时出错

转载 作者:行者123 更新时间:2023-12-03 09:58:36 25 4
gpt4 key购买 nike

我正在尝试重现 Deep-shopping model 的结果,但是当我运行 train_n_test.py 文件时,出现以下错误:

AttributeError                            Traceback (most recent call last)
<ipython-input-1-754aa36f8c5c> in <module>()
8 import time
9 from datetime import datetime
---> 10 from simple_resnet import *
11 from hyper_parameters import *
12

~/deep-shopping/simple_resnet.py in <module>()
6 '''
7 import numpy as np
----> 8 from hyper_parameters import *
9
10 #import tensorflow as tf

~/deep-shopping/hyper_parameters.py in <module>()
31
32 ## Hyper-parameters about the model
---> 33 tf.app.flags.DEFINE_int('num_residual_blocks', 5, '''number of residual blocks in ResNet''')
34
35

AttributeError: module 'tensorflow.python.platform.flags' has no attribute 'DEFINE_int'

我在 python2.7 和 python3.5 上都发现了这个错误

我的问题:

如何解决这个错误?

最佳答案

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

关于python-3.x - 运行深度购物模型时出错,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46794698/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com