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

UnrecognizedFlagError: Unknown command line flag 'f' #12

Open
radhesyam opened this issue May 11, 2018 · 3 comments
Open

UnrecognizedFlagError: Unknown command line flag 'f' #12

radhesyam opened this issue May 11, 2018 · 3 comments

Comments

@radhesyam
Copy link

I am trying to implement Deep Learning for Land-cover Classification in Hyper spectral Images

In CNN_feed.ipynb file line number-9 run_training() function the following error encountered

UnrecognizedFlagError: Unknown command line flag 'f'

The replay will be helpful for my research

@radhesyam
Copy link
Author

I am trying to implement Deep Learning for Land-cover Classification in Hyper spectral Images

In CNN_feed.ipynb file line number-9 run_training() function the following error encountered

UnrecognizedFlagError: Unknown command line flag 'f'

@alwinkai
Copy link

alwinkai commented Jul 6, 2018

You may have to use an older version of Tensorflow to work with the example.

@Sravani-Kalangi
Copy link

You can add this line to the definition part, it works well.

tf.app.flags.DEFINE_string('f', '', 'kernel')

Using, this you create a flag f, which is required by the kernel of jupyter notebook.

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

3 participants