Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified .gitignore
Binary file not shown.
38 changes: 17 additions & 21 deletions Tutorials/Engine team first Git Commit/Onboarding_Task_KFW.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -708,17 +708,27 @@
},
{
"cell_type": "code",
"execution_count": 3,
"execution_count": 1,
"id": "a61a7da9",
"metadata": {},
"outputs": [
{
"name": "stderr",
"output_type": "stream",
"text": [
"C:\\Users\\krish\\.conda\\envs\\projectecho\\lib\\site-packages\\librosa\\util\\files.py:10: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81.\n",
" from pkg_resources import resource_filename\n",
"C:\\Users\\krish\\.conda\\envs\\projectecho\\lib\\site-packages\\tqdm\\auto.py:21: TqdmWarning: IProgress not found. Please update jupyter and ipywidgets. See https://ipywidgets.readthedocs.io/en/stable/user_install.html\n",
" from .autonotebook import tqdm as notebook_tqdm\n"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"TensorFlow Version: 2.10.0\n",
"TensorFlow Hub Version: 0.12.0\n",
"Librosa Version: 0.11.0\n",
"Librosa Version: 0.9.2\n",
"Audiomentations Version: 0.42.0\n",
"Protobuf Version: 3.19.4\n",
"Available GPUs: []\n"
Expand Down Expand Up @@ -852,7 +862,7 @@
},
{
"cell_type": "code",
"execution_count": 5,
"execution_count": null,
"id": "ca008cb3-eb26-4c52-9ba5-b58d40096de1",
"metadata": {},
"outputs": [
Expand Down Expand Up @@ -882,7 +892,7 @@
"name": "stderr",
"output_type": "stream",
"text": [
"Downloading project_echo_bucket_1: 100%|█████████████████████████████████████████████| 353/353 [00:50<00:00, 7.01it/s]\n"
"Downloading project_echo_bucket_1: 100%|█████████████████████████████████████████████| 353/353 [00:43<00:00, 8.11it/s]\n"
]
},
{
Expand All @@ -897,7 +907,7 @@
"name": "stderr",
"output_type": "stream",
"text": [
"Downloading project_echo_bucket_2: 100%|███████████████████████████████████████████| 7161/7161 [11:13<00:00, 10.63it/s]\n"
"Downloading project_echo_bucket_2: 100%|███████████████████████████████████████████| 7161/7161 [06:16<00:00, 19.03it/s]\n"
]
},
{
Expand All @@ -912,7 +922,7 @@
"name": "stderr",
"output_type": "stream",
"text": [
"Downloading project_echo_bucket_3: 100%|███████████████████████████████████████████| 7536/7536 [12:01<00:00, 10.44it/s]\n"
"Downloading project_echo_bucket_3: 100%|███████████████████████████████████████████| 7536/7536 [08:41<00:00, 14.45it/s]\n"
]
},
{
Expand All @@ -927,21 +937,7 @@
"name": "stderr",
"output_type": "stream",
"text": [
"Downloading project_echo_birdclef: 100%|█████████████████████████████████████████████| 524/524 [01:11<00:00, 7.29it/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"All files have been downloaded successfully!\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\n"
"Downloading project_echo_birdclef: 91%|████████████████████████████████████████▉ | 476/524 [01:25<00:12, 3.76it/s]"
]
}
],
Expand Down
4 changes: 2 additions & 2 deletions src/Components/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ services:

echo_engine:
build:
context: ./Engine
dockerfile: Engine.Dockerfile
context: ../Prototypes/engine/torch_impl
dockerfile: light_engine.Dockerfile
image: ts-echo-engine
container_name: ts-echo-engine-cont
networks:
Expand Down
Loading
Loading