hmc-cs-mdrissi / neural_nets_research

A collection of projects for neural nets research in Mehdi's research group.
MIT License
7 stars 1 forks source link

Upgrade all code to be fully Pytorch v4 Compatible #11

Open hmc-cs-mdrissi opened 6 years ago

hmc-cs-mdrissi commented 6 years ago

This mainly involves dealing with the variable/tensor merge. I'd also re-run everything and make sure that nothing broke when upgrading to v4. The merge should hopefully simplify a good deal of code. Also a summer task as not needed before the publication.

hmc-cs-mdrissi commented 6 years ago

Partially done. It's done for the tree_to_sequence folder. Our other folders like anc/ntm/etc still need to be cleaned up.