mirror of
https://github.com/newnius/YAO-optimizer.git
synced 2025-12-15 17:06:44 +00:00
add files
This commit is contained in:
1
serve.py
1
serve.py
@@ -74,6 +74,7 @@ class Data:
|
|||||||
|
|
||||||
self.mean = np.mean(self.data, axis=0)
|
self.mean = np.mean(self.data, axis=0)
|
||||||
print(1)
|
print(1)
|
||||||
|
print(self.data)
|
||||||
self.std = np.std(self.data, axis=0)
|
self.std = np.std(self.data, axis=0)
|
||||||
self.norm_data = (self.data - self.mean) / self.std
|
self.norm_data = (self.data - self.mean) / self.std
|
||||||
print(2)
|
print(2)
|
||||||
|
|||||||
Reference in New Issue
Block a user