-
您好,
感谢您出色的工作。
请问您在affinity_info_complete.pkl文件中的vina值是通过calc_vina()函数进行计算的吗?
-
Hello,
Thank you for the amazing work. I was trying to run the `--save_obj` flag but it doesn't seem to save any output SMPL meshes. I further checked that there has been `mesh_filename` variable t…
-
python .\train_hoist.py --train_dynamic './tmp/train_dynamic.pkl' --train_y './tmp/train_y.pkl' --val_dynamic './tmp/val_dynamic.pkl' --val_y './tmp/val_y.pkl' --test_dynamic './tmp/test_dynamic.pkl' …
-
https://pkl-lang.org/
https://github.com/apple/pkl-go
-
Version: pip `0.1.16`
Sometimes the ordering of classes in the generated python is improper so that base classes appear after derived classes that require them. Seems to be a function of the number…
-
Hi.
I noticed that you processed the RAW data of **mmcif/mmcif bioassembly** into a file in **pkl.gz format**, which contains relevant data of mmcif/mmcif bioassembly. Such as atom array data in **…
-
Hello author, I couldn't find how the CWTdata dataset was generated from the original RML2016.10a_dict. pkl dataset in your code repository. Could you please share this part of the code or the downloa…
-
After #47 got merged, we should install `pkl` automatically when setting up a github codespace.
This make sure that each and every script can run without any problems.
-
**Project description**
Pkl — pronounced Pickle — is an embeddable configuration language which provides rich support for data templating and validation. It can be used from the command line, i…
-
```
l = new Listing { "foo" }
l2 = (l) {
[0] = "bar"
}
l3 = new Listing {
...l2
}
```
The error message correctly complains about "bar" but shows the source location of "foo":
``…