psiz-org / psiz

A python package for inferring psychological embeddings.
https://psiz.org
Apache License 2.0
29 stars 7 forks source link

The Proxy class is being deprecated #20

Closed roads closed 2 years ago

roads commented 3 years ago

The Proxy class is a vestige of a very early implementation that did not use TensorFlow. After moving to TensorFlow, it was retained as a way to abstract away TensorFlow parameter choices, make model restarts easy, and compute pair-wise similarity matrices. At this point the Proxy class causes too many problems, both in terms of code maintenance and semantics to potential users.

As part of the deprecation, all examples will be updated so that they do not use the Proxy class.