Giter Club home page Giter Club logo

Comments (7)

mingzhaochina avatar mingzhaochina commented on August 18, 2024

the problem happens when running to the _train_step function in model.py,even if I installed a lower version(tensorflow 0.11),it has the same problem when goes to the phase:
data = sess.run(tofetch, options=run_options, run_metadata=run_metadata)

from convnetquake.

lovelytt0 avatar lovelytt0 commented on August 18, 2024

Yes, I met the same problem

from convnetquake.

mingzhaochina avatar mingzhaochina commented on August 18, 2024

It is a problem related to the dataset,some tfrecord file is not complete.You can build your own dataset.See an example on my github:

https://github.com/mingzhaochina/ConvNetQuake

from convnetquake.

zhyw86 avatar zhyw86 commented on August 18, 2024

@mingzhaochina
I met another error with the 'step' parameter in tflib/model.py. I used your code but it did not work.

Initializing all variables.
Starting data threads coordinator.
Starting optimization.
2018-08-20 22:41:10.265956: W tensorflow/core/framework/op_kernel.cc:1275] OP_REQUIRES failed at example_parsing_ops.cc:240 : Invalid argument: Feature: end_time (data type: int64) is required but could not be found.
2018-08-20 22:41:10.310716: W tensorflow/core/framework/op_kernel.cc:1275] OP_REQUIRES failed at example_parsing_ops.cc:240 : Invalid argument: Feature: end_time (data type: int64) is required but could not be found.
Shutting down data threads.
Traceback (most recent call last):
File "./train", line 88, in
main(args)
File "./train", line 70, in main
summary_step=10)
File "/home/fl/SRL/ConvNetQuake/another/ConvNetQuake/tflib/model.py", line 277, in train
print 'Training completed at step {}.'.format(step)
UnboundLocalError: local variable 'step' referenced before assignment

from convnetquake.

mingzhaochina avatar mingzhaochina commented on August 18, 2024

from convnetquake.

zhyw86 avatar zhyw86 commented on August 18, 2024

@mingzhaochina

You were right. We can use the synthetic data for training but not the 6 or 50 cluster data.

Thanks for the information.

from convnetquake.

jinchengxu avatar jinchengxu commented on August 18, 2024

@mingzhaochina I met the same problem. Have you fixed this problem of the input data?

from convnetquake.

Related Issues (15)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.