mirror of
https://github.com/wassname/attentive-neural-processes.git
synced 2026-06-27 16:29:15 +08:00
5 lines
132 B
Python
5 lines
132 B
Python
import logging
|
|
import sys
|
|
logging.basicConfig(stream=sys.stdout, level=logging.INFO)
|
|
logger = logging.getLogger('predict_heading2')
|