Deep-learning-activity-recognition icon indicating copy to clipboard operation
Deep-learning-activity-recognition copied to clipboard

A tutorial for using deep learning for activity recognition (Pytorch and Tensorflow)

Results 3 Deep-learning-activity-recognition issues
Sort by recently updated
recently updated
newest added

Hello, found a bug in code. In 'data_preprocess.py' line 52, I believe the code should be str_folder = data_folder + 'UCI HAR Dataset/' instead of str_folder = 'data_folder' + 'UCI...

Hello, you have a bug in your code, when you use nn.CrossEntropyLoss() it automatically applies softmax function, so you should input just raw outputs,but instead you input vector in softmax...

Hello, I would like to ask how to configure the data folder in main_pytorch. py