Eric Langlois

Results 9 issues of Eric Langlois

I am unable to find any license associated with this code, could you add one?

This command looks great and I'd love to use it but I'm not comfortable doing so without a license. Would you mind adding one? I recommend [MIT](https://choosealicense.com/licenses/mit/) or [GPLv3](https://choosealicense.com/licenses/gpl-3.0/).

I'd like to copy a module to another device. In C++ this is the [clone](https://pytorch.org/cppdocs/api/classtorch_1_1nn_1_1_module.html#_CPPv4NK5torch2nn6Module5cloneERK8optionalI6DeviceE) method with an optional device. While not something I currently need, I think it would...

I am interested in the reasons for / against implementing Clone for tensor. The only existing discussion I'm aware of is part of #281. To start, it would be nice...

The structure `tch::nn::Optimizer` has `T` as a template parameter in order to store the config used to create it in a private field. As far as I can tell, this...

It's likely the cause of these test failures: https://github.com/causalincentives/pycid/actions/runs/667798848 https://github.com/causalincentives/pycid/actions/runs/666392113 https://github.com/causalincentives/pycid/actions/runs/666341225 https://github.com/causalincentives/pycid/actions/runs/665993248 Those were from before I split up the test_random functions. When I test locally its test_random_cids_create_one that hangs.

**Describe the bug** When merging into a structured config with a field of type `List[List[SomeEnum]]`, any enums in the second (non-structured) config fail validation with ``` omegaconf.errors.ValidationError: Value 'SOME_VALUE' (str)...

bug

It is possible for env to produce output on stderr. I don't know the precise condition, but it is triggered by the Environment Modules [Bash initialization script](https://github.com/cea-hpc/modules/blob/master/init/bash.in) `previous_env` did not...

[This packaging page](https://packaging.python.org/guides/distributing-packages-using-setuptools/) (and possibly other documentation pages, I haven't checked) links to [this setuptools guide page](https://setuptools.readthedocs.io/en/latest/setuptools.html), which has largely been emptied of content. It looks like the new documentation...

type: task