Skip to main content
Ahmed's user avatar
Ahmed's user avatar
Ahmed's user avatar
Ahmed
  • Member for 1 year, 6 months
  • Last seen this week
3 votes
1 answer
542 views

Implementation of F1-score, IOU and Dice Score

3 votes
1 answer
94 views

How to serialize and deserialize a Keras Layer when a submodule is passed as a class

3 votes
1 answer
98 views

Problem with DWT3D with Custom Keras Layer

2 votes
0 answers
83 views

Can't replicate the behaviour of loss calculation in keras

2 votes
0 answers
136 views

Warning when loading the model because of Adam optimizer

1 vote
1 answer
47 views

Do I need .repeat() or steps_per_epoch when training on a finite TFRecord dataset in Keras?

1 vote
1 answer
131 views

Will tf.keras.Sequential containing multiple custom layers be correctly fully serializable and deserializable in my case?

0 votes
0 answers
107 views

Is my use of tf.distribute.MirroredStrategy and strategy.scope() correct and safe for multi-GPU training in Keras?

0 votes
1 answer
73 views

How to determine the x, y, z axes in NIfTI volumes using NiBabel?

0 votes
1 answer
53 views

How dataset.repeat() works with model.fit()?

0 votes
1 answer
70 views

Always getting ' Your input ran out of data'

0 votes
1 answer
67 views

Cant Serialize and Deserialize ViT in Keras When Setting Classification = True

0 votes
0 answers
48 views

Parameter count difference between UNETR paper and MONAI implementation

Advice
0 votes
0 replies
36 views

Regarding's MONAI WarmupCosineSchedule with AdamW, should scheduler.step() be called per batch, and does optimizer lr define the peak lr?

0 votes
1 answer
58 views

Is it correct to use build() in Keras to create internal layers that depend on input_shape?

0 votes
0 answers
75 views

Keras Conv3D input shape clarification: spatial dimensions vs width/height/depth

0 votes
0 answers
82 views

Is using setattr + list to create a variable number of sublayers serializable?