This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import torch | |
import torch.nn as nn | |
import paddle | |
import paddle.fluid as fluid | |
import unittest | |
import time | |
import numpy as np | |
device_type = "cpu" | |
#device_type = "cuda:0" |