-
Notifications
You must be signed in to change notification settings - Fork 2.1k
please clarify "xs" and "ys" names in seq2seq tutorial #1329
Comments
|
the batch_act method invokes PaddingUtils which is deprecated |
Is torch_agent.match_batch the new method to use instead of PaddingUtils.map_predictions?
https://github.com/facebookresearch/ParlAI/blob/master/parlai/core/torch_agent.py |
We want to make one system which can do many different tasks including Parlai, OpenAI, custom biomolecular engineering stuff, so it's hard to make that a subclass of torch_agent; maybe we could save re-implementation:
so then when our trainer decides to run the Parlai task, it can just do
|
Hi @bionicles, Apologies for delays; this all came up on holiday break and I just rediscovered it.
Hope that helps! Please feel free to re-open this issue if you have any more questions! |
Thank you for doing a great job in making it easier to get started.
Onboarding easier = more people cite this = more models and data = faster progress
One problem: Trying to make new models for genetic programming stuffs, but it isn't clear exactly what are the variables returned when we vectorize observations because the names are just 2 letters, xs and ys, -- how can ys be the labels if there's another "labels" ?
Would it be possible to adjust the seq2seq tutorial and code to clarify what "xs" and "ys" are exactly?
Thanks for any help,
Bion Howard, Founder at Bitpharma.com
The text was updated successfully, but these errors were encountered: