TemporalConvolutionalNetworks
TemporalConvolutionalNetworks copied to clipboard
Hi, I believe in output_features.py your sensor data from the 50salads accelerometer actually goes into "X" not "S"; is my understanding correct?
Hi, I performed all the steps before running demo.py. Following is the error log: File "main/demo.py", line 12, in from nets import model_train as model ImportError: No module named nets...
I would like to thank you for sharing the code, it is a really great job. I would appreciate if you can tell me what are L and B values...
Can anybody tell me, why is there an error? While I run the TCN_main.py, an error arises. Traceback (most recent call last): File "TCN_main.py", line 40, in import tf_models, datasets,...
Hello how do I get the spatiotemporal features of JIGSAWS?
Dear Authors, Thanks for sharing this repo! I'm currently trying to run the code and saw that the spatial features (SpatialCNN) need to be obtained from the authors. Just wondering...