更新 neuron activation distribution.py
This commit is contained in:
parent
6198834a09
commit
1dc22a9747
|
|
@ -49,3 +49,9 @@ plt.title("Neuron Activation Distribution")
|
||||||
plt.xlabel("Activation Value")
|
plt.xlabel("Activation Value")
|
||||||
plt.ylabel("Frequency")
|
plt.ylabel("Frequency")
|
||||||
plt.show()
|
plt.show()
|
||||||
|
|
||||||
|
# sns.histplot(flattened_data, bins=50, kde=True, stat='density')
|
||||||
|
# plt.title("Neuron Activation Distribution")
|
||||||
|
# plt.xlabel("Activation Value")
|
||||||
|
# plt.ylabel("Density")
|
||||||
|
# plt.show()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue