-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Maybe a small bug in yaml.dump #4
Comments
@XiongweiWu: perhaps I don't understand the concern, but this should be fine as the type information will be embedded in the yaml. E.g., this passes:
Also see:
Outputs:
|
@rbgirshick In my side this command reports errors(print(yaml.dump(dict(foo=np.array([1,2,3]))))). Which numpy and yaml version are u using? |
@XiongweiWu: We use numpy version 1.13 and yaml version 3.12. We will update the installation instructions with this information. |
Hi @rbgirshick @ir413 , I have the same issue after yaml.update and yaml.safe_dump. The information contained in the generated .yaml file can not be interpreted by other tools like multiqc. By the way, I am using python3.6, numpy 1.14.5 and yaml 5.1. |
@rbgirshick @ir413 ,
|
Hi thx for your excellent work. I notice a small bug when running your code in my side. When save cfg file using yaml (
Detectron/lib/utils/subprocess.py
Line 48 in efc0c0e
Detectron/lib/core/test_retinanet.py
Line 245 in efc0c0e
The text was updated successfully, but these errors were encountered: