Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
markub3327 committed May 10, 2022
1 parent fb2e6e8 commit 96a8c44
Show file tree
Hide file tree
Showing 3 changed files with 272 additions and 367 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# ignore datasets from repo
dataset/*/
dataset/*.npz
dataset/*.csv

# Weights & Biases
wandb/
Expand Down
20 changes: 10 additions & 10 deletions DataAugmentation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "code",
"execution_count": 2,
"execution_count": 8,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -20,7 +20,7 @@
},
{
"cell_type": "code",
"execution_count": 3,
"execution_count": 9,
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -89,7 +89,7 @@
},
{
"cell_type": "code",
"execution_count": 4,
"execution_count": 10,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -127,7 +127,7 @@
},
{
"cell_type": "code",
"execution_count": 5,
"execution_count": 11,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -170,7 +170,7 @@
" ]\n",
")\n",
"\n",
"df = pd.read_csv(\"dataset/WITHOUT_GRAVITY/KU-HAR/KU-HAR_time_domain_subsamples_20750x300.csv\", header=None)\n",
"df = pd.read_csv(\"./dataset/KU-HAR_time_domain_subsamples_20750x300.csv\", header=None)\n",
"\n",
"signals = df.values[:, 0:1800]\n",
"signals = np.array(signals, dtype=np.float32)\n",
Expand Down Expand Up @@ -319,7 +319,7 @@
},
{
"cell_type": "code",
"execution_count": 6,
"execution_count": 12,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -1771,7 +1771,7 @@
},
{
"cell_type": "code",
"execution_count": 7,
"execution_count": 13,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -1807,7 +1807,7 @@
},
{
"cell_type": "code",
"execution_count": 8,
"execution_count": 14,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -1862,7 +1862,7 @@
},
{
"cell_type": "code",
"execution_count": 9,
"execution_count": 15,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -1889,7 +1889,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.7"
"version": "3.9.10"
},
"orig_nbformat": 4
},
Expand Down
618 changes: 261 additions & 357 deletions Testing.ipynb

Large diffs are not rendered by default.

0 comments on commit 96a8c44

Please sign in to comment.