Deep-learning-activity-recognition
Deep-learning-activity-recognition copied to clipboard
A tutorial for using deep learning for activity recognition (Pytorch and Tensorflow)
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