Skip to content
This repository was archived by the owner on Jan 8, 2021. It is now read-only.

Commit 936dec3

Browse files
committed
Initial commit
0 parents  commit 936dec3

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

requirements.txt

Whitespace-only changes.

setup.py

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
from setuptools import setup
2+
3+
setup(
4+
name = 'autoencoder_loss_comparison_pytorch',
5+
version = '1.0',
6+
packages = ['pytorch_ssim'],
7+
url = 'https://github.com/moelife-coder/autoencoder_loss_comparison_pytorch',
8+
license = '',
9+
author = 'Tony Zou',
10+
author_email = '[email protected]',
11+
description = ''
12+
)

0 commit comments

Comments
 (0)