X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?a=blobdiff_plain;f=mi_estimator.py;h=68fd51f75e7a226b09da6e0b2667228537a848ca;hb=a1c89c4da439a4ad48d8f79b6697a2108be4b514;hp=02e9db9c52280850ce24990fcaa5a738631a6b57;hpb=b0e213a468726f721990fdbe0837cc6cdce10427;p=pytorch.git diff --git a/mi_estimator.py b/mi_estimator.py index 02e9db9..68fd51f 100755 --- a/mi_estimator.py +++ b/mi_estimator.py @@ -1,22 +1,9 @@ #!/usr/bin/env python -######################################################################### -# This program is free software: you can redistribute it and/or modify # -# it under the terms of the version 3 of the GNU General Public License # -# as published by the Free Software Foundation. # -# # -# This program is distributed in the hope that it will be useful, but # -# WITHOUT ANY WARRANTY; without even the implied warranty of # -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # -# General Public License for more details. # -# # -# You should have received a copy of the GNU General Public License # -# along with this program. If not, see . # -# # -# Written by Francois Fleuret, (C) Idiap Research Institute # -# # -# Contact for comments & bug reports # -######################################################################### +# Any copyright is dedicated to the Public Domain. +# https://creativecommons.org/publicdomain/zero/1.0/ + +# Written by Francois Fleuret import argparse, math, sys from copy import deepcopy