-
Notifications
You must be signed in to change notification settings - Fork 127
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Self-adaptive translation mode for Marian (runtime domain adaptation). #887
base: master
Are you sure you want to change the base?
Self-adaptive translation mode for Marian (runtime domain adaptation). #887
Commits on Mar 24, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 0eefedf - Browse repository at this point
Copy the full SHA 0eefedfView commit details
Commits on Mar 28, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 521f634 - Browse repository at this point
Copy the full SHA 521f634View commit details -
Configuration menu - View commit details
-
Copy full SHA for 67190db - Browse repository at this point
Copy the full SHA 67190dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for b165af8 - Browse repository at this point
Copy the full SHA b165af8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d8e327 - Browse repository at this point
Copy the full SHA 4d8e327View commit details -
Configuration menu - View commit details
-
Copy full SHA for 203a9bb - Browse repository at this point
Copy the full SHA 203a9bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for c71d488 - Browse repository at this point
Copy the full SHA c71d488View commit details -
Configuration menu - View commit details
-
Copy full SHA for 47feb2b - Browse repository at this point
Copy the full SHA 47feb2bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8fc8d02 - Browse repository at this point
Copy the full SHA 8fc8d02View commit details
Commits on Mar 29, 2021
-
Configuration menu - View commit details
-
Copy full SHA for b4bded3 - Browse repository at this point
Copy the full SHA b4bded3View commit details -
Configuration menu - View commit details
-
Copy full SHA for b9bc153 - Browse repository at this point
Copy the full SHA b9bc153View commit details
Commits on Mar 30, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 9b3e76a - Browse repository at this point
Copy the full SHA 9b3e76aView commit details -
Configuration menu - View commit details
-
Copy full SHA for cf12178 - Browse repository at this point
Copy the full SHA cf12178View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e06801 - Browse repository at this point
Copy the full SHA 7e06801View commit details -
Configuration menu - View commit details
-
Copy full SHA for 635cfb0 - Browse repository at this point
Copy the full SHA 635cfb0View commit details -
Configuration menu - View commit details
-
Copy full SHA for ee6ff75 - Browse repository at this point
Copy the full SHA ee6ff75View commit details
Commits on Apr 1, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 57ddeba - Browse repository at this point
Copy the full SHA 57ddebaView commit details -
SwappableSlot: add GPU-to-GPU reset feature
Davide Caroselli committedApr 1, 2021 Configuration menu - View commit details
-
Copy full SHA for 4f2b218 - Browse repository at this point
Copy the full SHA 4f2b218View commit details -
Merge pull request #1 from davidecaroselli/dynamic_swap_mvp
SwappableSlot: add GPU-to-GPU reset feature
Configuration menu - View commit details
-
Copy full SHA for fa51460 - Browse repository at this point
Copy the full SHA fa51460View commit details
Commits on Apr 2, 2021
-
Merge branch 'dynamic_swap_mvp' of https://github.com/kpu/marian-dev …
…into dynamic_swap_mvp
Configuration menu - View commit details
-
Copy full SHA for 2062438 - Browse repository at this point
Copy the full SHA 2062438View commit details -
Configuration menu - View commit details
-
Copy full SHA for e3f5388 - Browse repository at this point
Copy the full SHA e3f5388View commit details -
Configuration menu - View commit details
-
Copy full SHA for ba4d166 - Browse repository at this point
Copy the full SHA ba4d166View commit details -
Configuration menu - View commit details
-
Copy full SHA for f8523b7 - Browse repository at this point
Copy the full SHA f8523b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8bcfdcc - Browse repository at this point
Copy the full SHA 8bcfdccView commit details
Commits on Apr 8, 2021
-
Configuration menu - View commit details
-
Copy full SHA for a893f19 - Browse repository at this point
Copy the full SHA a893f19View commit details -
Build the model implement a simplistic training loop
This doesn't work though because we're missing a lot of options because we initialize them manually instead of using the config parser.
Configuration menu - View commit details
-
Copy full SHA for 7f6d01e - Browse repository at this point
Copy the full SHA 7f6d01eView commit details -
Configuration menu - View commit details
-
Copy full SHA for f4e227e - Browse repository at this point
Copy the full SHA f4e227eView commit details -
Configuration menu - View commit details
-
Copy full SHA for dcb7122 - Browse repository at this point
Copy the full SHA dcb7122View commit details -
Configuration menu - View commit details
-
Copy full SHA for fcb9a61 - Browse repository at this point
Copy the full SHA fcb9a61View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6560067 - Browse repository at this point
Copy the full SHA 6560067View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7130800 - Browse repository at this point
Copy the full SHA 7130800View commit details -
Configuration menu - View commit details
-
Copy full SHA for 10cdffa - Browse repository at this point
Copy the full SHA 10cdffaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 286a23c - Browse repository at this point
Copy the full SHA 286a23cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 85685c6 - Browse repository at this point
Copy the full SHA 85685c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for fca5fe4 - Browse repository at this point
Copy the full SHA fca5fe4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 37b6aa4 - Browse repository at this point
Copy the full SHA 37b6aa4View commit details -
Configuration menu - View commit details
-
Copy full SHA for f67015e - Browse repository at this point
Copy the full SHA f67015eView commit details -
Fix the segfault in the repro by moving the builder inside the loop
Turns out that the builder is maintaining some internal state and for some reason it messes everything up when building a new expressino graph the second time. Symptoms are 1. the node ids in the graph are incremented by a constant amount in the second expression graph 2. the graphviz diagram for the second graph is all messed up (edges missing and such)
Configuration menu - View commit details
-
Copy full SHA for 78bcce1 - Browse repository at this point
Copy the full SHA 78bcce1View commit details -
Move the builder initialization inside run() to fix the segfault
Turns out that the builder is maintaining some internal state and for some reason it messes everything up when building a new expression graph the second time. The symptoms are 1. the node ids in the graph are incremented by a constant amount in the second expression graph 2. the graphviz diagram for the second graph is all messed up (edges missing and such) This is meant as a workaround, it seems to be quite inefficient
Configuration menu - View commit details
-
Copy full SHA for 162a17c - Browse repository at this point
Copy the full SHA 162a17cView commit details -
Use a dedicated builder for the adaptive graph to avoid segfaults
This moves crashing further down the line - the crash now happens upon translation with the adaptive graph
Configuration menu - View commit details
-
Copy full SHA for de49880 - Browse repository at this point
Copy the full SHA de49880View commit details
Commits on Apr 19, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 29415c7 - Browse repository at this point
Copy the full SHA 29415c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b28f1f - Browse repository at this point
Copy the full SHA 5b28f1fView commit details
Commits on Apr 20, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 98b1ad1 - Browse repository at this point
Copy the full SHA 98b1ad1View commit details -
Adapt self_adaptive.h to use the swappable stuff
Haven't tested it. Likelly broken
Configuration menu - View commit details
-
Copy full SHA for d14da1b - Browse repository at this point
Copy the full SHA d14da1bView commit details
Commits on Apr 21, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 07658fb - Browse repository at this point
Copy the full SHA 07658fbView commit details
Commits on May 8, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 06ee187 - Browse repository at this point
Copy the full SHA 06ee187View commit details
Commits on May 14, 2021
-
Configuration menu - View commit details
-
Copy full SHA for c4ff8b9 - Browse repository at this point
Copy the full SHA c4ff8b9View commit details -
Seek to beginning of the istringstream when resetting text input
This solves an issue where a BatchGenerator cannot be initialized with a TextInput because iterating over batches would then exhaust the TextInput and it wouldn't reset upon BatchGenerator::prepare.
Configuration menu - View commit details
-
Copy full SHA for 16ec013 - Browse repository at this point
Copy the full SHA 16ec013View commit details
Commits on May 19, 2021
-
Configuration menu - View commit details
-
Copy full SHA for a220a2b - Browse repository at this point
Copy the full SHA a220a2bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f67aab - Browse repository at this point
Copy the full SHA 4f67aabView commit details
Commits on May 26, 2021
-
Configuration menu - View commit details
-
Copy full SHA for ea1380d - Browse repository at this point
Copy the full SHA ea1380dView commit details
Commits on Jun 16, 2021
-
Configuration menu - View commit details
-
Copy full SHA for dda5995 - Browse repository at this point
Copy the full SHA dda5995View commit details
Commits on Jun 30, 2021
-
Attempt to load the io::Items representing parameters directly into t…
…he training graph
Configuration menu - View commit details
-
Copy full SHA for 4e743bf - Browse repository at this point
Copy the full SHA 4e743bfView commit details
Commits on Jul 14, 2021
-
Only reserve memory not fill it with values when initializing the mem…
…ory piece vector
Configuration menu - View commit details
-
Copy full SHA for 9e898b0 - Browse repository at this point
Copy the full SHA 9e898b0View commit details
Commits on Jul 19, 2021
-
Load params before building the graph, drop the F0:: prefix, clear pa…
…rams celarParams() seems to be unnecessary here, though. Left it in because didn't want to recompile and test if working again. This approach still doesn't work though, btw. Managed to fix the issue where toMemoryPieces() was running into some null pointer problems, but ran into a different issue afterwards - "Parameters should be allocated by their graph. Parameter encoder_l1_self_Wq was not"
Configuration menu - View commit details
-
Copy full SHA for e7d339b - Browse repository at this point
Copy the full SHA e7d339bView commit details
Commits on Jul 23, 2021
-
Try to clear the graph before loading the parameters in an attempt to…
… solve null parameter values It doesn't help though
Configuration menu - View commit details
-
Copy full SHA for 26e7574 - Browse repository at this point
Copy the full SHA 26e7574View commit details -
Recreate the graph upon every training invocation
This works, finally
Configuration menu - View commit details
-
Copy full SHA for 58851ae - Browse repository at this point
Copy the full SHA 58851aeView commit details
Commits on Aug 10, 2021
-
The wrong vocab was being passed to the printer
Or at least i think so
Configuration menu - View commit details
-
Copy full SHA for 2765e65 - Browse repository at this point
Copy the full SHA 2765e65View commit details
Commits on Aug 11, 2021
-
Configuration menu - View commit details
-
Copy full SHA for c289397 - Browse repository at this point
Copy the full SHA c289397View commit details -
Configuration menu - View commit details
-
Copy full SHA for 20c893d - Browse repository at this point
Copy the full SHA 20c893dView commit details
Commits on Aug 12, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 724b910 - Browse repository at this point
Copy the full SHA 724b910View commit details
Commits on Sep 8, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 7a79027 - Browse repository at this point
Copy the full SHA 7a79027View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1790ea1 - Browse repository at this point
Copy the full SHA 1790ea1View commit details
Commits on Sep 14, 2021
-
Configuration menu - View commit details
-
Copy full SHA for f8fe981 - Browse repository at this point
Copy the full SHA f8fe981View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a4214a - Browse repository at this point
Copy the full SHA 4a4214aView commit details
Commits on Sep 16, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 0c974eb - Browse repository at this point
Copy the full SHA 0c974ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1176c3f - Browse repository at this point
Copy the full SHA 1176c3fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 79002cb - Browse repository at this point
Copy the full SHA 79002cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 632d05f - Browse repository at this point
Copy the full SHA 632d05fView commit details
Commits on Sep 17, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 95ed9af - Browse repository at this point
Copy the full SHA 95ed9afView commit details -
Configuration menu - View commit details
-
Copy full SHA for 030ddb0 - Browse repository at this point
Copy the full SHA 030ddb0View commit details -
Configuration menu - View commit details
-
Copy full SHA for c90a4d7 - Browse repository at this point
Copy the full SHA c90a4d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 448de67 - Browse repository at this point
Copy the full SHA 448de67View commit details -
Configuration menu - View commit details
-
Copy full SHA for a6639ff - Browse repository at this point
Copy the full SHA a6639ffView commit details
Commits on Sep 20, 2021
-
Configuration menu - View commit details
-
Copy full SHA for bafcae1 - Browse repository at this point
Copy the full SHA bafcae1View commit details -
Configuration menu - View commit details
-
Copy full SHA for afc5e15 - Browse repository at this point
Copy the full SHA afc5e15View commit details
Commits on Sep 21, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 6aeb510 - Browse repository at this point
Copy the full SHA 6aeb510View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad38da9 - Browse repository at this point
Copy the full SHA ad38da9View commit details
Commits on Sep 22, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 295040d - Browse repository at this point
Copy the full SHA 295040dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6311f2b - Browse repository at this point
Copy the full SHA 6311f2bView commit details
Commits on Sep 24, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 6bf3445 - Browse repository at this point
Copy the full SHA 6bf3445View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5cac0d1 - Browse repository at this point
Copy the full SHA 5cac0d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e1397d - Browse repository at this point
Copy the full SHA 1e1397dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f9c088 - Browse repository at this point
Copy the full SHA 3f9c088View commit details
Commits on Oct 26, 2021
-
Don't crash when training sets not provided
Happens in server mode for self-adaptive translation
Configuration menu - View commit details
-
Copy full SHA for d4ba1fa - Browse repository at this point
Copy the full SHA d4ba1faView commit details -
Copy over the self-adaptive server example script from an older commit
It was left out during the reimplementation of the self-adaptive translation stuff to use the new "swappable" approach.
Configuration menu - View commit details
-
Copy full SHA for 24e8fc3 - Browse repository at this point
Copy the full SHA 24e8fc3View commit details -
Configuration menu - View commit details
-
Copy full SHA for d68fd73 - Browse repository at this point
Copy the full SHA d68fd73View commit details -
Configuration menu - View commit details
-
Copy full SHA for 324f69a - Browse repository at this point
Copy the full SHA 324f69aView commit details -
Configuration menu - View commit details
-
Copy full SHA for fa5f9f1 - Browse repository at this point
Copy the full SHA fa5f9f1View commit details
Commits on Oct 27, 2021
-
Disable early stopping for self-adaptive training
Fixes a crash due to the early-stopping-on option being required after the merge
Configuration menu - View commit details
-
Copy full SHA for 7f43074 - Browse repository at this point
Copy the full SHA 7f43074View commit details -
Configuration menu - View commit details
-
Copy full SHA for d7676bd - Browse repository at this point
Copy the full SHA d7676bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for e48e737 - Browse repository at this point
Copy the full SHA e48e737View commit details
Commits on Oct 28, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 017b6c1 - Browse repository at this point
Copy the full SHA 017b6c1View commit details -
Add a virtual destructor to CollectorBase
To fix a compilation error on MacOS
Configuration menu - View commit details
-
Copy full SHA for 1257a45 - Browse repository at this point
Copy the full SHA 1257a45View commit details
Commits on Nov 29, 2021
-
Fix casing in the
COMPILE_ADAPTIVE
cmake option's descriptionCo-authored-by: Roman Grundkiewicz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 96115c8 - Browse repository at this point
Copy the full SHA 96115c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for ba61acd - Browse repository at this point
Copy the full SHA ba61acdView commit details -
Remove marian-adaptive from the .zip and .tgz targets
It was an oversight to include them there in a previous commit. As the comment suggests, the targets are for some MS internal needs.
Configuration menu - View commit details
-
Copy full SHA for 2e7e78f - Browse repository at this point
Copy the full SHA 2e7e78fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0084a3a - Browse repository at this point
Copy the full SHA 0084a3aView commit details -
Change the defaultDispFreq option to use an unsigned value
At least i think that's what this does Co-authored-by: Roman Grundkiewicz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 30c0400 - Browse repository at this point
Copy the full SHA 30c0400View commit details -
Co-authored-by: Roman Grundkiewicz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2fbb6ec - Browse repository at this point
Copy the full SHA 2fbb6ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for d09c021 - Browse repository at this point
Copy the full SHA d09c021View commit details -
Remove @brief from doc comments
Co-authored-by: Roman Grundkiewicz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 10d5bff - Browse repository at this point
Copy the full SHA 10d5bffView commit details -
Remove commented out debugging code
Co-authored-by: Roman Grundkiewicz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d41d81b - Browse repository at this point
Copy the full SHA d41d81bView commit details -
Co-authored-by: Roman Grundkiewicz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fde2226 - Browse repository at this point
Copy the full SHA fde2226View commit details -
Co-authored-by: Roman Grundkiewicz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e407587 - Browse repository at this point
Copy the full SHA e407587View commit details -
Configuration menu - View commit details
-
Copy full SHA for b869f68 - Browse repository at this point
Copy the full SHA b869f68View commit details
Commits on Nov 30, 2021
-
Delete the pad_model_vocabulary.py script
It came with the swappable code but isn't really needed for self-adaptive marian
Configuration menu - View commit details
-
Copy full SHA for e04b829 - Browse repository at this point
Copy the full SHA e04b829View commit details -
Configuration menu - View commit details
-
Copy full SHA for 939384b - Browse repository at this point
Copy the full SHA 939384bView commit details -
Explain the max-length-translate option; fix the default for max-lengt
The default was wrong for self-adaptive translation
Configuration menu - View commit details
-
Copy full SHA for 92aaeea - Browse repository at this point
Copy the full SHA 92aaeeaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 99553d5 - Browse repository at this point
Copy the full SHA 99553d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8aec3ca - Browse repository at this point
Copy the full SHA 8aec3caView commit details -
Configuration menu - View commit details
-
Copy full SHA for 971e1dc - Browse repository at this point
Copy the full SHA 971e1dcView commit details
Commits on Dec 1, 2021
-
Configuration menu - View commit details
-
Copy full SHA for f3a085c - Browse repository at this point
Copy the full SHA f3a085cView commit details
Commits on Dec 2, 2021
-
Configuration menu - View commit details
-
Copy full SHA for bcbeb2d - Browse repository at this point
Copy the full SHA bcbeb2dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2667ea9 - Browse repository at this point
Copy the full SHA 2667ea9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b28786 - Browse repository at this point
Copy the full SHA 5b28786View commit details -
Configuration menu - View commit details
-
Copy full SHA for 097effa - Browse repository at this point
Copy the full SHA 097effaView commit details
Commits on Dec 3, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 507f8eb - Browse repository at this point
Copy the full SHA 507f8ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for d797c90 - Browse repository at this point
Copy the full SHA d797c90View commit details -
Configuration menu - View commit details
-
Copy full SHA for babf93d - Browse repository at this point
Copy the full SHA babf93dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d1ff23 - Browse repository at this point
Copy the full SHA 2d1ff23View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6955a9a - Browse repository at this point
Copy the full SHA 6955a9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 20cde20 - Browse repository at this point
Copy the full SHA 20cde20View commit details
Commits on Dec 6, 2021
-
Configuration menu - View commit details
-
Copy full SHA for bbe5196 - Browse repository at this point
Copy the full SHA bbe5196View commit details -
Configuration menu - View commit details
-
Copy full SHA for 85d831f - Browse repository at this point
Copy the full SHA 85d831fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7bb887a - Browse repository at this point
Copy the full SHA 7bb887aView commit details
Commits on Dec 9, 2021
-
Co-authored-by: Roman Grundkiewicz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9f03070 - Browse repository at this point
Copy the full SHA 9f03070View commit details -
Co-authored-by: Roman Grundkiewicz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 96615e7 - Browse repository at this point
Copy the full SHA 96615e7View commit details -
Co-authored-by: Roman Grundkiewicz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d4a77ba - Browse repository at this point
Copy the full SHA d4a77baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 379418b - Browse repository at this point
Copy the full SHA 379418bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4bb6f5c - Browse repository at this point
Copy the full SHA 4bb6f5cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c41a56b - Browse repository at this point
Copy the full SHA c41a56bView commit details
Commits on Dec 10, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 6c97f82 - Browse repository at this point
Copy the full SHA 6c97f82View commit details
Commits on Dec 15, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 88308a7 - Browse repository at this point
Copy the full SHA 88308a7View commit details
Commits on Dec 16, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 08d20d5 - Browse repository at this point
Copy the full SHA 08d20d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1326bb1 - Browse repository at this point
Copy the full SHA 1326bb1View commit details
Commits on Dec 28, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 56cfb37 - Browse repository at this point
Copy the full SHA 56cfb37View commit details
Commits on Dec 29, 2021
-
Configuration menu - View commit details
-
Copy full SHA for d9cddf4 - Browse repository at this point
Copy the full SHA d9cddf4View commit details
Commits on Jan 28, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 892fed4 - Browse repository at this point
Copy the full SHA 892fed4View commit details
Commits on Jan 31, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 3359bb7 - Browse repository at this point
Copy the full SHA 3359bb7View commit details -
Merge pull request #9 from marian-cef/adaptive-whole-graph-recreate-p…
…atch-1 Change "training-sets" to "train-sets"
Configuration menu - View commit details
-
Copy full SHA for 22230dd - Browse repository at this point
Copy the full SHA 22230ddView commit details
Commits on Feb 22, 2022
-
Configuration menu - View commit details
-
Copy full SHA for ea169a4 - Browse repository at this point
Copy the full SHA ea169a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for a274dfb - Browse repository at this point
Copy the full SHA a274dfbView commit details