Git Product home page Git Product logo

mvdscn's Introduction

Hey, I'm huybery

class Attributes(huybery):
    @staticmethod
    def contact() -> tuple:
        homepage  = "https://huybery.github.io"
        twitter   = "https://twitter.com/huybery"
        email     = "huybery [at] gmail.com"
        return homepage, twitter, email

    @staticmethod
    def research() -> tuple:
        interesting = ['Large Language Models', 'Executable Language', 'Embodied Agent', 'Dialog Systems']
        interesting.pop()   # chatGPT is all your need.
        paper = "https://scholar.google.com/citations?user=RBb3ItMAAAAJ"
        return interesting, paper

    @staticmethod
    def project() -> list:
        OpenDevin = "https://github.com/OpenDevin/OpenDevin"
        Qwen = "https://github.com/QwenLM/Qwen"
        CodeQwen = "https://github.com/QwenLM/CodeQwen1.5"
        OctoPack = "https://github.com/bigcode-project/octopack"
        Awesome_Code_LLM = "https://github.com/huybery/Awesome-Code-LLM"
        project_lst = [OpenDevin, Qwen, CodeQwen, OctoPack, Awesome_Code_LLM]
        return project_lst

mvdscn's People

Contributors

7sdream avatar huybery 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

Watchers

 avatar  avatar  avatar  avatar

mvdscn's Issues

about the number of channels in the convolutional layer

Hello, this is a question about the number of channels in the convolutional layer

The paper described:
We use three-layer encoders with [64, 32, 16] channels, and three�layer decoders with [16, 32, 64] channels correspondingly.

But the code is:
def encoder1(self, x):
net = self.conv_block(x, 64)
net = self.conv_block(net, 64)
net = self.conv_block(net, 64)
return net

Did I misunderstand? Thank you

About datasets

Hello, I'm very interested in your paper. Your code is only about rgb-d data set. Can you provide the code about Yale data set processing? Thank you
My Email is [email protected]

MvDSCN code for other datasets in this work

Hi, thank you very much for your great work. This work inspires me a lot. But when trying to use other datasets in this work, I encountered difficulties. Could you share the code on other multi-feature datasets, thanks a lot!!

How to train BBCSPort Datasets?

each sample for BBCSport dataset is one-dimensional. How to train bbcsport dataset? Do you use one-dimensional convolution for training?

Network structure

Hello,

I am very interested to your idea that employing both diversity and universality nets to find the robust latent expressions.

In the paper, some datasets with extracted features, such as Yale, are adopted. I am wondering their network structures but do not find in the paper and code. Could you please tell me more about them ?
Thank you so much !

Jiyuan Liu
[email protected]

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.