Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error information #35

Open
cploveflower opened this issue Mar 19, 2019 · 2 comments
Open

error information #35

cploveflower opened this issue Mar 19, 2019 · 2 comments

Comments

@cploveflower
Copy link

this is the error information of train:
E:\cp\light\fc4-master>python3 fc4.py train model
2019-03-19 16:34:36.920164: I T:\src\github\tensorflow\tensorflow\core\platform\cpu_feature_guard.cc:141] Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX2
FOLD 0
['g0', 'g1']
['g2']
Traceback (most recent call last):
File "fc4.py", line 243, in
globals()mode
File "fc4.py", line 175, in train
fcn = FCN(sess=sess, name=name, kwargs=kwargs)
File "E:\cp\light\fc4-master\fcn.py", line 53, in init
self.build()
File "E:\cp\light\fc4-master\fcn.py", line 173, in build
fc2 = self.build_branches(self.images, self.dropout)
File "E:\cp\light\fc4-master\fcn.py", line 88, in build_branches
alex_outputs = create_convnet(alex_images)
File "E:\cp\light\fc4-master\squeeze_net.py", line 233, in create_convnet
sn = SqueezeNet(imgs)
File "E:\cp\light\fc4-master\squeeze_net.py", line 16, in init
self.build_model()
File "E:\cp\light\fc4-master\squeeze_net.py", line 22, in build_model
self.model = pkl.load(open(MODEL_PATH),'r')
TypeError: Function takes at most 1 positional arguments (2 given)

@cploveflower
Copy link
Author

I have solved it,Thank you!

@hihanchang
Copy link

Hi, can you tell me how to solve this problem?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants