fixed setup with correct naming
This commit is contained in:
parent
3cb2a18ad9
commit
e74be9cbc3
|
@ -25,7 +25,7 @@ That's it! You should now have the AIIA package installed and ready to use.
|
||||||
## Example Usage:
|
## Example Usage:
|
||||||
```Python
|
```Python
|
||||||
from aiia.model import AIIABase
|
from aiia.model import AIIABase
|
||||||
from aiia.model.config import AIIAConfig
|
from aiia.model import AIIAConfig
|
||||||
from aiia.pretrain import Pretrainer
|
from aiia.pretrain import Pretrainer
|
||||||
|
|
||||||
# Create your model
|
# Create your model
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
[metadata]
|
[metadata]
|
||||||
name = aiia
|
name = aiia
|
||||||
version = 0.1.0
|
version = 0.1.2
|
||||||
author = Your Name
|
author = Falko Habel
|
||||||
author_email = falko.habel@gmx.de
|
author_email = falko.habel@gmx.de
|
||||||
description = AIIA deep learning model implementation
|
description = AIIA deep learning model implementation
|
||||||
long_description = file: README.md
|
long_description = file: README.md
|
||||||
|
|
Loading…
Reference in New Issue