Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Vishwa44 authored May 12, 2024
1 parent e368512 commit d4c593d
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,40 @@ The custom kerenl implmentation is in a py notebook format in the Kernel folder.
-Our kernel has a 1.64 speed up for backward pass and 0.70 speed down for forward pass.
-This kernel specifically performs better on smaller context length models.
-Due to the limitations of the library forward pass is written in an unoptimal way.

## Project Tree:
├───dataset
│ ├───electricity
│ ├───ETT-small
│ ├───exchange_rate
│ ├───illness
│ ├───traffic
│ └───weather
├───data_provider
│ └───__pycache__
├───exp
├───Formers
│ ├───FEDformer
│ │ ├───data_provider
│ │ ├───exp
│ │ ├───layers
│ │ ├───models
│ │ ├───scripts
│ │ └───utils
│ └───Pyraformer
│ ├───pyraformer
│ │ └───lib
│ ├───scripts
│ └───utils
├───layers
│ └───__pycache__
├───logs
│ ├───without_flash
│ └───with_flash
├───models
│ └───__pycache__
├───scripts
│ ├───Linear
│ │ └───univariate
│ └───PatchTST
│ └───univariate

0 comments on commit d4c593d

Please sign in to comment.