Steganalysis/YeNet-Tensorflow/untitled1.py

10 lines
117 B
Python
Raw Normal View History

2021-12-30 11:48:37 +00:00
# -*- coding: utf-8 -*-
"""
Created on Wed Sep 4 15:24:05 2019
@author: Lee
"""
import torch
print(torch.rand(5))