Giter VIP home page Giter VIP logo

study's Introduction

简介

  • 时空序列预测
  • 论文复现
  • PyTorch

暂时没空看论文了,工作稳定我会继续复现工作

我不保证完全的正确性啊~仅供参考

快速开始

  • models 文件夹

    在 models 目录中,每一个文件夹存储一个结构的完整模型代码,复现参照了论文中的公式、图示以及 GitHub 作者实现的代码(如果有的话)

    这些模型均假定输入的 Tensor 的 shape 为 (batch, sequence, channel, height, width)

    这里的目的是为了学习,尽可能内聚成一个个小的 Module 再组合的,应该效率很差

  • util 文件夹

    • patch

      针对大尺寸数据进行 patch 分割的方法,不过这里要根据实际情况修改下,这里是针对五维数据的,如果针对四维,则参照逻辑修改下即可

    • TrainingTemplate 和 TestingTemplate

      我自己写的训练过程的模板类,一般继承重写一些方法即可

    • content_tree

      包含生成目录树的方法

study's People

Contributors

dreaming-coder avatar

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.