Dariusz Kajtoch

Results 6 issues of Dariusz Kajtoch

I am currently training a model with semi-supervised learning and I have two separate losses and miner as well. All of them use the same distance matrix, so when I...

enhancement

I noticed that in the configuration file for Google cloud I need to specify the zone. If it works in a standard way I won't be able to setup more...

I am planning to contribute, but see that the last commit was in 2021! Is the library alive?

Hi, I am using the following piece of code from documentation to import runs from mlflow. I do not know what should be the argument `dst_base_url` and `dst_api_key`. I am...

c:importer

**Description of your changes:** Add labels to organize jobs on ml engine **Checklist:** - [x] The title for your pull request (PR) should follow our title convention. [Learn more about...

size/M
ok-to-test
area/components
cla: yes
Stale

I have the following two trees: ``` tree1 = "{t{tr{td}{td}}{tr{td}{td}{td}}{tr{td}{td}{td}}{tr{td}{td}{td}}{tr{td}{td}{td}}{tr{td}{td}{td}}{tr{td}{td}{td}}{tr{td}{td}{td}}{tr{td}{td}{td}}{tr{td}{td}{td}}{tr{td}{td}{td}}}" tree2 = "{t{tr{td}{td}{td}{td}{td}{td}}{tr{td}{td}{td}{td}{td}{td}}{tr{td}{td}{td}{td}{td}{td}}{tr{td}{td}{td}{td}{td}{td}}{tr{td}{td}{td}{td}{td}{td}}}" tree1 = Tree.from_text(tree1) tree2 = Tree.from_text(tree2) apted = APTED(tree1, tree2) dist = apted.compute_edit_distance() ``` The distance between...