saluslab commited on
Commit
c60736b
1 Parent(s): 0d4877d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -44,7 +44,7 @@ task_ids: []
44
  - [Action List](#action-list)
45
  - [Skeleton Features](#skeleton-features)
46
  - [Machine Learning Techniques](#machine-learning-techniques)
47
- - [Caveat](#caveat)
48
  - [Acknowledgements](#acknowledgements)
49
  - [Dataset Curators](#dataset-curation)
50
  - [Funding and Support](#funding-and-support)
@@ -140,8 +140,8 @@ Human action recognition often utilizes deep learning techniques to analyze and
140
  * Graph Neural Networks (GCN) : A convolutional model performed over a defined / specialized graph network as opposed to an array of pixels. A specific example of this is the Spatial-Temporal GCN (STGCN), which is popularly used among skeleton-based human action recognition.
141
  * Autoencoding : An unsupervised learning technique that can be used to learn sets of patterns and features shared by data. This can be particularly powerful for clustering data and quantifying differences between particular actions. This is also powerful in reducing data dimensionality - being able to represent the data using a smaller set of features than originally.
142
 
143
- ## Caveat
144
- Some users have experienced "Job manager crashed while running this job." owing to the size of the dataset. To solve this problem, it is recommended to download the dataset in batch.
145
 
146
  ## Acknowledgements
147
 
 
44
  - [Action List](#action-list)
45
  - [Skeleton Features](#skeleton-features)
46
  - [Machine Learning Techniques](#machine-learning-techniques)
47
+ - [Note](#note)
48
  - [Acknowledgements](#acknowledgements)
49
  - [Dataset Curators](#dataset-curation)
50
  - [Funding and Support](#funding-and-support)
 
140
  * Graph Neural Networks (GCN) : A convolutional model performed over a defined / specialized graph network as opposed to an array of pixels. A specific example of this is the Spatial-Temporal GCN (STGCN), which is popularly used among skeleton-based human action recognition.
141
  * Autoencoding : An unsupervised learning technique that can be used to learn sets of patterns and features shared by data. This can be particularly powerful for clustering data and quantifying differences between particular actions. This is also powerful in reducing data dimensionality - being able to represent the data using a smaller set of features than originally.
142
 
143
+ ## Note
144
+ Some users across the Hugging Face platform have experienced the following error: “Job manager crashed while running this job.” owing to the large size of the dataset. To overcome this problem, it is recommended to download the dataset in batches.
145
 
146
  ## Acknowledgements
147