Skip to content

Commit

Permalink
Built the package
Browse files Browse the repository at this point in the history
  • Loading branch information
ishan121028 committed Oct 7, 2023
1 parent e1b4065 commit 0e02883
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 0 deletions.
19 changes: 19 additions & 0 deletions UniTrain.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
Metadata-Version: 2.1
Name: UniTrain
Version: 0.1
Summary: A generalized training framework for Deep Learning Tasks
Home-page: https://github.com/ishan121028/UniTrain
Download-URL: https://github.com/ishan121028/UniTrain/archive/v0.1.tar.gz
Author: Ishan Upadhyay
Author-email: [email protected]
Keywords: Deep Learning,Machine Learning,Training Framework
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
License-File: LICENSE
9 changes: 9 additions & 0 deletions UniTrain.egg-info/SOURCES.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
LICENSE
README.md
setup.py
UniTrain/__init__.py
UniTrain.egg-info/PKG-INFO
UniTrain.egg-info/SOURCES.txt
UniTrain.egg-info/dependency_links.txt
UniTrain.egg-info/requires.txt
UniTrain.egg-info/top_level.txt
1 change: 1 addition & 0 deletions UniTrain.egg-info/dependency_links.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

4 changes: 4 additions & 0 deletions UniTrain.egg-info/requires.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
torch
torchvision
numpy
pandas
1 change: 1 addition & 0 deletions UniTrain.egg-info/top_level.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
UniTrain
Binary file added dist/UniTrain-0.1.tar.gz
Binary file not shown.

0 comments on commit 0e02883

Please sign in to comment.