CIS6270 / lecture_7 /numerical_examples.py
pranamanam's picture
Add Lecture 7 OT and Schrödinger bridge implementations and equation readings
d8f9639 verified
Raw
History Blame Contribute Delete
151 Bytes
"""Run the exact lecture calculations using the same CLI as ot_sbm_examples.py."""
from ot_sbm_examples import *
if __name__ == '__main__':
main()