We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
You may have to use an older version of Tensorflow to work with the example.
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.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: