how to run my code with gpu instead of cpu in python?

前端 未结 0 1510
说谎
说谎 2020-11-21 15:37
def generate_images(model, test_input):
    prediction = model(test_input)

    plt.figure(figsize=(12, 12))

    display_list = [test_input[0], prediction[0]]
    t         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题