mirror of
https://github.com/wassname/PSPNet-Keras-tensorflow.git
synced 2026-08-21 11:11:01 +08:00
8 lines
109 B
Python
8 lines
109 B
Python
import sys
|
|
|
|
class KaffeError(Exception):
|
|
pass
|
|
|
|
def print_stderr(msg):
|
|
sys.stderr.write('%s\n' % msg)
|