Code Monkey home page Code Monkey logo

ciah's People

Contributors

ytc272098215 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

ciah's Issues

issue about baseModel.py line 3 "from Criterion import negative_sample"

It is an interesting work on clustering! So I have cloned and try to run it
However, an error occurs:

ImportError: cannot import name 'negative_sample' from 'Criterion'
Then I realized there is no exist the definition of negative_sample function in this repository
Maybe the code is forgotten to submit? I have expectations for the complete code version.

Hope to get the answer soon! and Best wishes!

tensorflow.python.framework.errors_impl.InvalidArgumentError: ConcatOp : Dimensions of inputs should match: shape[0] = [4026,1,16] vs. shape[2] = [7168,3,16] [Op:ConcatV2] name: concat

Traceback (most recent call last):
File "C:\Users\Administrator\Desktop\CIAH-main\main_train.py", line 151, in
clusterer = ClusterBaseline(FLAGS.embedding_model, input_data, FLAGS.embedding_size,)
File "C:\Users\Administrator\Desktop\CIAH-main\Classifier\clusterer.py", line 23, in init
self.model = SceneMiningBaselineModel(input_data, embedding_size)
File "C:\Users\Administrator\Desktop\CIAH-main\Models\model_baseline_v1.py", line 24, in init
self.init_hypergraph_neural_network(grad_alpha)
File "C:\Users\Administrator\Desktop\CIAH-main\Models\model_baseline_v1.py", line 100, in init_hypergraph_neural_network
sub1_output = SubLayer_N2E(self.E4N, features, mask_feats,
File "C:\Users\Administrator\Desktop\CIAH-main\GNN\layer.py", line 34, in SubLayer_N2E
neighbor_concat = tf.concat(neighbor_concat, axis=-2)
File "E:\annocade\envs\pytorch\lib\site-packages\tensorflow\python\util\dispatch.py", line 206, in wrapper
return target(*args, **kwargs)
File "E:\annocade\envs\pytorch\lib\site-packages\tensorflow\python\ops\array_ops.py", line 1768, in concat
return gen_array_ops.concat_v2(values=values, axis=axis, name=name)
File "E:\annocade\envs\pytorch\lib\site-packages\tensorflow\python\ops\gen_array_ops.py", line 1212, in concat_v2
_ops.raise_from_not_ok_status(e, name)
File "E:\annocade\envs\pytorch\lib\site-packages\tensorflow\python\framework\ops.py", line 6897, in raise_from_not_ok_status

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.