|
|
|
|
|
by PeterisP
2618 days ago
|
|
This kind of misses the point of the Unix philosophy of being able to dynamically reconfigure things - realistically, to get decent results, you'll need to do inference with the exact same connections as you trained (or at least finetuned) them, so there's no good reason to split the model in smaller parts. |
|
cat tweets.txt | layer language-embed | layer sentiment > out.txt