kakainception

Results 1 issues of kakainception

Here's how I pass the device argument for function Seq2rel ``` from seq2rel import Seq2Rel from seq2rel.common import util model = 'model.tar.gz' kwargs = {'cuda_device': 1} seq2rel = Seq2Rel(model, **kwargs)...