-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
just rename models as models/example-models/ (#15)
- Loading branch information
1 parent
b62e8f1
commit d85422f
Showing
5 changed files
with
1,013 additions
and
1,201 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,13 @@ | ||
# Models | ||
|
||
* Transformer models | ||
## Running notebooks | ||
``` | ||
cd $HOME/repositories/rtt4ssa/rtt4ssa/models | ||
export PYTHONPATH="${PYTHONPATH}:$HOME/repositories/rtt4ssa" | ||
mamba activate rtt4ssaVE && jupyter notebook --browser=firefox | ||
``` | ||
|
||
## Content | ||
* Example models | ||
* Transformer-based models | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
979 changes: 979 additions & 0 deletions
979
rtt4ssa/models/example-models/timeseries_transformer_classification.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
1,167 changes: 0 additions & 1,167 deletions
1,167
rtt4ssa/models/transformer-model/timeseries_transformer_classification.ipynb
This file was deleted.
Oops, something went wrong.