segmentation_models.pytorch icon indicating copy to clipboard operation
segmentation_models.pytorch copied to clipboard

Module not found

Open TalhaOmi opened this issue 3 years ago • 3 comments

module 'segmentation_models_pytorch' has no attribute 'utils'

TalhaOmi avatar Aug 05 '22 17:08 TalhaOmi

Utils is deprecated, but in case you need it:

from segmentation_models_pytorch import utils

qubvel avatar Aug 05 '22 17:08 qubvel

Utils is deprecated, but in case you need it:

from segmentation_models_pytorch import utils

What's the replacement for utils.train ?

JulienMaille avatar Aug 05 '22 19:08 JulienMaille

Pytorch lightning ⚡ New example https://github.com/qubvel/segmentation_models.pytorch/blob/master/examples/binary_segmentation_intro.ipynb

qubvel avatar Aug 05 '22 19:08 qubvel

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days.

github-actions[bot] avatar Oct 05 '22 02:10 github-actions[bot]

This issue was closed because it has been stalled for 7 days with no activity.

github-actions[bot] avatar Oct 12 '22 02:10 github-actions[bot]