mirror of
https://github.com/wassname/PSPNet-Keras-tensorflow.git
synced 2026-08-22 11:40:53 +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)
|