pytorch-CortexNet
pytorch-CortexNet copied to clipboard
PyTorch implementation of the CortexNet predictive model
Does the prednet accept batches during train/test? The input is given as- `input_sequence = Variable(torch.rand(T, 1, 1, 4 * 2 ** L, 6 * 2 ** L))` I assumed (time-step,...
Hello, "TypeError: expected Variable as element 1 in argument 0, but got tuple" Error message is printed at x = torch.cat((x, s), 1) in Model02.py I modified some codes following...
Hello, it seems that the data link provided in your readme cannot be accessed at ftp://elab-board2.ecn.purdue.edu/e-VDS/e-VDS35-May17.tar. Additionally, I was wondering if you have any pre-trained model weights available?