mirror of
https://github.com/newnius/YAO-optimizer.git
synced 2025-06-07 07:01:56 +00:00
add files
This commit is contained in:
parent
5fbfdaf0c4
commit
4ba9d120d5
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)
|
||||||
|
Loading…
Reference in New Issue
Block a user