Git Product home page Git Product logo

complex_convolutions's People

Contributors

jakobkrzyston 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  avatar  avatar

complex_convolutions's Issues

Questions about constant matrix

hello, I'm interested in your work and try to run your code, but I found that the constant matrix in your code does not match that in your paper, which is [[0 1 0] [-1 0 1]] in your code and it's transposed form is [[0 -1] [1 0] [0 1]]. That transpose form differs from the matrix your paper proposed, which is [[1 0] [0 1] [-1 0]]. So I wonder why you proposed [[0 1 0] [-1 0 1]] as constant matrix in lambda expression instead of [[1 0 -1] [0 1 0]]. Thanks a lot. By the way, it's really a fascinating idea.

question about code AttributeError: 'str' object has no attribute 'keys'

Traceback (most recent call last):
File "C:\Users###\Desktop\Complex_Convolutions-master\Complex_Convolutions-master\Complex_Convolutions\run.py", line 112, in
train_models.train(model, model_name, X_train1, X_test1, Y_train1, Y_test1, tag, load_weights, epochs=100, batch_size = 1024)
File "C:\Users###\Desktop\Complex_Convolutions-master\Complex_Convolutions-master\Complex_Convolutions\train_models.py", line 37, in train
history = model.fit(X_train1,
File "C:\Users###\anaconda3\lib\site-packages\keras\utils\traceback_utils.py", line 67, in error_handler
raise e.with_traceback(filtered_tb) from None
File "C:\Users####\anaconda3\lib\site-packages\keras\engine\data_adapter.py", line 1418, in _make_class_weight_map_fn
class_ids = list(sorted(class_weight.keys()))
AttributeError: 'str' object has no attribute 'keys'

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.