Martin.B

Results 144 comments of Martin.B

Hi guys apologies for being so late to the discussion :) > ClearML saver works with a remote storage and if i remember correctly they can not remove data from...

@skinan there are a bunch of changes to the CI files, any reason for that? for example: ``` parallelism: 2 # changed to 4 ``` or in `requirements.txt` ``` protobuf~=3.20...

`protobuf~=3.20` means pip is free to install any patch version it needs (so 3.20.1 should be supported) Are you saying all CI is failing due to that? Please revert any...

Hi @chiehminwei , it seems some of the CircleCI tests fail on random stuff, I wonder if your [commit](https://github.com/facebookresearch/ParlAI/pull/4757) fixed the two tests that are failing here ([1](https://circleci.com/gh/facebookresearch/ParlAI/95938?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link) , [2](https://circleci.com/gh/facebookresearch/ParlAI/95939?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link)),...

Thanks for the update @chiehminwei ! @mojtaba-komeili any help will be appreciated 😊 (see CI failing, or should it just be ignored in the context of this PR?)

Hey @fcalvet , First, thank you :) Then regrading your questions: 1) `venv` was added to python on v3.3, since *Trains* also supports python 2.7 (yes people still use it),...

Thanks @bzamecnik > The only difference I'm aware it that the on-premise ClearML server was upgraded from some 0.17.x to 1.0. Yes the major change in ClearML is that the...

> The point of forkserver (in contrast to fork) should be to have a clean process to fork from Yes, I like this approach better as well, but we had...

> Now I have realized I likely posted this issue in the wrong project. It should not be clearml-agent, but clearml (client). Correct, no worries :) when closed I'll see...

@bzamecnik good news, I was able to reproduce the issue. (1) post v1.0 there is not need to call `mp.set_start_method("forkserver")` before the `clearml` import. (2) The only way I was...