Datasets:
Formats:
csv
Size:
10M - 100M
Tags:
humanoid-robotics
fall-prediction
machine-learning
sensor-data
robotics
temporal-convolutional-networks
License:
Dominik Brämer commited on
Commit ·
b4ce531
1
Parent(s): 14ec4ba
add pycache folder
Browse files- .gitignore +1 -0
.gitignore
CHANGED
|
@@ -1,2 +1,3 @@
|
|
|
|
|
| 1 |
.venv/
|
| 2 |
*.npy
|
|
|
|
| 1 |
+
__pycache__/
|
| 2 |
.venv/
|
| 3 |
*.npy
|