-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into multisession-tutorial
- Loading branch information
Showing
6 changed files
with
22 additions
and
15 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,3 +1,13 @@ | ||
What's Next? | ||
======================================= | ||
Coming soon... | ||
|
||
Considerations when Using Your Own Data | ||
--------------------------------------- | ||
When using your own data, there are a few things to consider: | ||
|
||
Choosing an Output Location | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
Choosing a good output location is important for two reasons, namely **conversion speed** and **disk space**. | ||
|
||
1. SSDs will be much faster than HDDs. We’d recommend moving the output location to an SSD if available. | ||
2. If you don’t have much disk space available on your main drive, we recommend changing the output location to a drive that has ample space. |
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 |
---|---|---|
|
@@ -22,4 +22,3 @@ dependencies: | |
- pytest == 7.2.2 | ||
- pytest-cov == 4.1.0 | ||
- scikit-learn == 1.4.0 | ||
- scipy == 1.12.0 |
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