xivh
xivh
I don't think the new way of uploading media (media-upload-chunked) has been pushed to clojars. https://clojars.org/twitter-api/versions/1.8.0 pushed Feb 18 2017, https://github.com/adamwynne/twitter-api/pull/77 Dec 11 2017
qlaunch singleshot for remote jobs fails: `qlaunch: error: unrecognized arguments: --maxjobs_queue None --maxjobs_block None --nlaunches None ` It works for rapidfire. https://github.com/materialsproject/fireworks/blob/2cc3b04f9071fe073efb5d9f5c154d95155ba4b5/fireworks/scripts/qlaunch_run.py#L267
I have the following errors when trying to train 3x2 (768x512) model: `assert min_h > 2 and min_w>2 and res_log2>=1 ` around line 542 and 786 in /training/networks_stylegan2.py Is there...
`casm enum --method ConfigEnumAllOccupations` fails when creating primitive supercells of a configuration that also require new supercells. Error message: ``` Write supercell database... ERROR: Error in Supercell::primclex(): does not exist...
This is my attempt to enable mapping with deformation_cost. Based on #292, I set `{"default_conflict_score" : {"method": "deformation_cost", "lattice_weight": 0.5}}` in my config_props.json. This switches the method to deformation cost,...
If there are conflicting configs during `casm update`, the one that is chosen does not get `"is_new_best" : true` in the report. This also happens in update_config_unstable. This means that...
I have fixed the import error caused by an existing `properties.calc.json` as described in #320. I fixed the segfault for empty force in #313. For an empty `value` field like...
The enumeration output file seems to be missing some configurations that were generated from a larger supercell and then added to the project in primitive form. For example, with these...
After setting calculated configs on with `casm select -c CALCULATED --set selected`, the following commands produce different outputs: 1. `casm query -k energy --include-equivalents -o one.json` does not map energy,...
I think it would be helpful to include the labels for `comp` and `comp_n` in the JSON output.