Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

argument error #3265

Merged
merged 2 commits into from
Jan 21, 2017
Merged

argument error #3265

merged 2 commits into from
Jan 21, 2017

Conversation

y9c
Copy link
Contributor

@y9c y9c commented Sep 9, 2016

Traceback (most recent call last):
File "train_dsb.py", line 83, in
train_model.fit(args, net, get_iterator)
File "./mxnet/example/kaggle-ndsb1/train_model.py", line 41, in fit
save_model_prefix = args.save_model_prefix
AttributeError: 'Namespace' object has no attribute 'save_model_prefix'

Traceback (most recent call last):
  File "train_dsb.py", line 83, in <module>
    train_model.fit(args, net, get_iterator)
  File "./mxnet/example/kaggle-ndsb1/train_model.py", line 41, in fit
    save_model_prefix = args.save_model_prefix
AttributeError: 'Namespace' object has no attribute 'save_model_prefix'
@winstywang
Copy link
Contributor

Please update to merge.

@piiswrong piiswrong merged commit 5ca5a05 into apache:master Jan 21, 2017
rravu3 pushed a commit to rravu3/mxnet that referenced this pull request Jan 21, 2017
Traceback (most recent call last):
  File "train_dsb.py", line 83, in <module>
    train_model.fit(args, net, get_iterator)
  File "./mxnet/example/kaggle-ndsb1/train_model.py", line 41, in fit
    save_model_prefix = args.save_model_prefix
AttributeError: 'Namespace' object has no attribute 'save_model_prefix'
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants