25 lines
1.1 KiB
Plaintext
25 lines
1.1 KiB
Plaintext
|
INFO - sacred_scopes - Running command 'my_main'
|
||
|
INFO - sacred_scopes - Started run with ID "1"
|
||
|
ClassificationModel(
|
||
|
(layer_1): Linear(in_features=10, out_features=256, bias=True)
|
||
|
(layer_2): Linear(in_features=256, out_features=128, bias=True)
|
||
|
(layer_out): Linear(in_features=128, out_features=1, bias=True)
|
||
|
(relu): ReLU()
|
||
|
(sigmoid): Sigmoid()
|
||
|
(dropout): Dropout(p=0.1, inplace=False)
|
||
|
(batchnorm1): BatchNorm1d(256, eps=1e-05, momentum=0.1, affine=True, track_running_stats=True)
|
||
|
(batchnorm2): BatchNorm1d(128, eps=1e-05, momentum=0.1, affine=True, track_running_stats=True)
|
||
|
)
|
||
|
Loss in 0. iteration: 0.773659348487854
|
||
|
Loss in 10. iteration: 0.6972044110298157
|
||
|
Loss in 20. iteration: 0.6682128310203552
|
||
|
Loss in 30. iteration: 0.6499606966972351
|
||
|
Loss in 40. iteration: 0.6151337027549744
|
||
|
Loss in 50. iteration: 0.6123079657554626
|
||
|
Loss in 60. iteration: 0.6080400347709656
|
||
|
Loss in 70. iteration: 0.6123043298721313
|
||
|
Loss in 80. iteration: 0.5966068506240845
|
||
|
Loss in 90. iteration: 0.5919382572174072
|
||
|
Last iteration loss value: 0.5908359885215759
|
||
|
INFO - sacred_scopes - Completed after 0:00:03
|