Giter VIP home page Giter VIP logo

liquid_time_constant_networks's People

Contributors

mlech26l avatar raminmh 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  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  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  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  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  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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

liquid_time_constant_networks's Issues

Traffic.py code with LTC is being killed and not running

Traffic.py code is being killed while running on Ubuntu 18.04.5 LTS (GNU/Linux 5.4.0-1056-azure x86_64) Azure VM with Python-3.6.9 and tensorflow-cpu-1.14. Other algorithms like NODE, CT-RNN, LSTM, CT-GRU are running properly. Any such issue you faced while simulating the code? Please help.

Set BPTT length

Is it possible to set the BBPT length different from 32 in the LTC model?

License

Hello, this is a really nice model you have there. I would like to use it in one of my personal projects for research. Is it possible to add a license for this repository so that I know if I can use it or not ? Thanks

Request for Guidance: Applying Liquid Time-Constant Concepts to Spiking Neural Networks

Dear Dr. Hasani,
I was reading your paper on Liquid Time-Constant Networks and was particularly intrigued by the method mentioned where inputs are multiplied by A-v to simulate the suppression of new input signals as the cell membrane potential increases. I attempted to apply this concept to the Leaky Integrate-and-Fire (LIF) model within a spiking neural network framework. The neural dynamics formula for the LIF model I employed is attached in the file.
In experiments conducted on the cifar10dvs dataset, I observed that incorporating this suppression effect resulted in a decrease in final test accuracy compared to the original neuron model. Could you advise if there are any specific considerations I should be aware of when adapting your ideas to spiking neural networks? Or, is it possible that such suppression due to increased potential is not applicable in image processing tasks? Thank you for your time and assistance.

Yours sincerely,
A student from the Shanghai University.
微信图片_20240404130621

Tensorflow error in import tf.nn.rnn_cell

Traceback (most recent call last):
  File "c:\...\experiments_with_ltcs\ctrnn_model.py", line 105, in <module>
    class NODE(tf.nn.rnn_cell.RNNCell):
AttributeError: module 'tensorflow._api.v2.nn' has no attribute 'rnn_cell'

and I've to add, it's not solvable by replacing tf.nn.rnn_cell by tf.compat.v1.nn.rnn_cell
Any suggestions?

System Time-constant

The paper proved that the system time-constant is stable. I would like to check the system time-constant value via each epoch in source code. Do you provide any code function to validate the system time-constant value?

contrain_op error when not using lct

I am using the LTC network for my data and everything works fine. However, when I am trying to use LSTM, CTRNN or CTGRU, this error appears:

  File "seq.py", line 248, in fit
    if(len(self.constrain_op) > 0):
TypeError: object of type 'NoneType' has no len()

Do you have any idea why is this happening? Thank you in advance for your time.

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.