mirror of
https://github.com/wassname/attentive-neural-processes.git
synced 2026-07-24 12:50:37 +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')
|