Git Product home page Git Product logo

gc-san's Introduction

Hi there 👋

abuanwar072

 abuanwar072

Research Fields

  • Frontend & Backend Developers
  • Data Scientist

Repos You may find interesting

  • SR-GNN multi-gpus supported version
  • GC-SAN
  • TA-GNN
  • FGNN (fix the source code)
  • DySAT (fix the source code)
  • NISER

Current working on

  • Star Graph (Waiting for the author to reveal)
  • A repo contains some session-based setting baselines (May public in June)

TA tools

Blogs

YouTube Channel

Patreon (Articles)

gc-san's People

Contributors

johnny12150 avatar tingyunw 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

gc-san's Issues

多头注意力

作者您好,您的注意力机制在使用时很方便,但是多头注意力怎么运行不起来,是这样就可以吗
self.multihead_attn = MultiHeadedAttention(4, self.hidden_size, 0.2).cuda()

[preprocess.py] Code in line 56&57 is inconsistent with the sample csv data

Data in sample_train-item-views.csv use session_id& item_id as the column name . But the code in line 56 & 57 is like data['session_id'] = data.pop('sessionId') .This will lead to error when testing sample data. So the code should be modified as data['session_id'] = data.pop('session_id') and data['item_id'] = data.pop('item_id'). The error disappeared and the code produces sample txt file normally after this modification👍

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.