Closed MNaseerSubhani closed 5 years ago
hello @MNaseerSubhani . You try to convert model located in CUDA
memory, or try to pass a tensor located in CUDA
as an argument. Please, make sure both model and arguments are in cpu
memory.
Thank you. got it
k_model = pytorch_to_keras(single_model, input_var, [(3, None, None,)], verbose=True)