-
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.
- Loading branch information
1 parent
1d3e886
commit 78245a6
Showing
3 changed files
with
6 additions
and
7 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,2 +1,3 @@ | ||
uvicorn server:app --host "0.0.0.0" --reload & | ||
./ngrok http 8000 | ||
./ngrok http 8000 & | ||
docker logs -f e2e |
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,6 +1,4 @@ | ||
#python3 test.py | ||
# cd fastapi | ||
# sh start.sh | ||
python3 test_preprocess.py | ||
./ngrok version | ||
# python3 test_preprocess.py | ||
# python3 train.py --config_path "train.yaml" | ||
python3 inference.py --model_path "/content/machine_translate/outputs/model_Lstm_Embd.h5" --text "new jersey is sometimes quiet" | ||
# python3 inference.py --model_path "/content/machine_translate/outputs/model_Lstm_Embd.h5" --text "new jersey is sometimes quiet" |