You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When executing the proposed training command, the code crashes:
$ python main.py --model-name CNNAutoencoder --device cpu
Training the model!!!
Traceback (most recent call last):
File "/home/paul/Documents/PANDA/code/main.py", line 179, in<module>
main(args)
File "/home/paul/Documents/PANDA/code/main.py", line 163, in main
trainer(args)
File "/home/paul/Documents/PANDA/code/train.py", line 151, in trainer
losses: List = _train_one_epoch(
File "/home/paul/Documents/PANDA/code/train.py", line 81, in _train_one_epoch
outputs, tails = model(reshaped_packets)
ValueError: not enough values to unpack (expected 2, got 1)
When executing the proposed training command, the code crashes:
Environment:
The text was updated successfully, but these errors were encountered: