pyerualjetwork 2.1.0__tar.gz → 2.1.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {pyerualjetwork-2.1.0 → pyerualjetwork-2.1.1}/PKG-INFO +1 -1
- {pyerualjetwork-2.1.0 → pyerualjetwork-2.1.1}/plan_di/plan_di.py +1 -1
- {pyerualjetwork-2.1.0 → pyerualjetwork-2.1.1}/pyerualjetwork.egg-info/PKG-INFO +1 -1
- {pyerualjetwork-2.1.0 → pyerualjetwork-2.1.1}/setup.py +1 -1
- {pyerualjetwork-2.1.0 → pyerualjetwork-2.1.1}/plan_bi/__init__.py +0 -0
- {pyerualjetwork-2.1.0 → pyerualjetwork-2.1.1}/plan_bi/plan_bi.py +0 -0
- {pyerualjetwork-2.1.0 → pyerualjetwork-2.1.1}/plan_di/__init__.py +0 -0
- {pyerualjetwork-2.1.0 → pyerualjetwork-2.1.1}/pyerualjetwork.egg-info/SOURCES.txt +0 -0
- {pyerualjetwork-2.1.0 → pyerualjetwork-2.1.1}/pyerualjetwork.egg-info/dependency_links.txt +0 -0
- {pyerualjetwork-2.1.0 → pyerualjetwork-2.1.1}/pyerualjetwork.egg-info/top_level.txt +0 -0
- {pyerualjetwork-2.1.0 → pyerualjetwork-2.1.1}/setup.cfg +0 -0
@@ -545,7 +545,7 @@ def evaluate(
|
|
545
545
|
|
546
546
|
except:
|
547
547
|
|
548
|
-
print(Fore.RED + "ERROR:
|
548
|
+
print(Fore.RED + "ERROR: Are you sure weights are loaded ? from: evaluate" + infoTestModel + Style.RESET_ALL)
|
549
549
|
return 'e'
|
550
550
|
|
551
551
|
|
@@ -5,7 +5,7 @@ from setuptools import setup, find_packages
|
|
5
5
|
setup(
|
6
6
|
|
7
7
|
name = "pyerualjetwork",
|
8
|
-
version = "2.1.
|
8
|
+
version = "2.1.1",
|
9
9
|
author = "Hasan Can Beydili",
|
10
10
|
author_email = "tchasancan@gmail.com",
|
11
11
|
description= " Code improvements (Documentation in desc. Examples in GİTHUB: https://github.com/HCB06/PyerualJetwork)",
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|