aks2203 / deep-thinking

A centralized place for deep thinking code and experiments
MIT License
77 stars 15 forks source link

Remove calls to eval() #1

Closed aks2203 closed 3 years ago

aks2203 commented 3 years ago

The python function eval() is used in common.py, training_utils.py, and testing_utils.py. This should be changed.

aks2203 commented 3 years ago

Fixed with a merge from Jonas's fork.