vankesteren / tensorsem

Structural Equation Modeling using Torch
GNU General Public License v3.0
51 stars 10 forks source link

Move to Torch #7

Closed vankesteren closed 4 years ago

vankesteren commented 4 years ago

Moved the tensorsem project to pytorch in preparation for resubmission. The repository now contains an R package (interface) and a python package (computation graph via torch.nn Module).

mike-lawrence commented 3 years ago

Hi there! I came across your package while searching for SEM tools for use with tensorflow. What caused you to switch your work from tensorflow to pytorch? I'm still not committed to using tensorflow myself and would appreciate insight into your own use of both