You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,15 @@
1
1
## neptune-pytorch 3.0.0
2
2
3
-
### Breaking Changes
4
-
-**Neptune 3.x only**: This version only supports Neptune 3.x and requires a Neptune 3.x API Key.
3
+
### Changes
4
+
-**Neptune 3.x only**: This version only supports Neptune 3.x and requires a Neptune 3.x API token.
5
5
-**Dropped support for logging model binaries and checkpoints**: The `log_model()` and `log_checkpoint()` methods have been removed.
6
6
-**Removed gradient and parameter tracking flags from NeptuneLogger constructor**: The `log_gradients`, `log_parameters`, and `log_freq` parameters have been removed from the NeptuneLogger constructor. Use `log_model_internals()` parameters instead.
7
7
-**Updated namespace structure**: Model internals are now logged under `{base_namespace}/model/internals/{prefix}/{metric_type}/{layer}/{statistic}`. For example, `pytorch_experiment/model/internals/train/activations/conv1/mean`.
8
8
-**Changed base_namespace default**: The `base_namespace` parameter now defaults to `None` instead of `"training"`.
9
-
-**Dropped support for Python <=3.9**
9
+
- Dropped support for Python `<=3.9`
10
10
-
11
-
### New Features
12
-
-**Enhanced model monitoring**: Added comprehensive model internals tracking with configurable statistics (mean, std, norm, min, max, var, abs_mean, hist).
11
+
### Features
12
+
-**Enhanced model monitoring**: Added comprehensive model internals tracking with configurable statistics: mean, std, norm, min, max, var, abs_mean, hist.
13
13
-**Flexible layer filtering**: Added `track_layers` parameter to specify which layer types to track.
14
14
-**Configurable statistics**: Added `tensor_stats` parameter to customize which statistics to compute for tracked tensors.
0 commit comments