-
Notifications
You must be signed in to change notification settings - Fork 110
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Actually, I have already trained my emergent game now I want to generate the interactions that are learned. Specifically, I want to pass my training dataset through my trained 'game' to store the messages that are generated that are passed from sender to receiver. For this, I use the below command -
interaction_final = core.dump_interactions(game.to(DEVICE), train_loader, gs=True, variable_length=True, device=DEVICE).
But I get the following error -
Any help, would be highly useful. @robertodessi
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
