目录
一、RuntimeError: module compiled against API version 0xc but this version of numpy is 0xb
二、AttributeError: module ‘tensorflow’ has no attribute ‘flags’
三、conda 更新 Please update conda by running
四、to search for alternate channels that…
refer: ruby on rails - What does .call do? - Stack Overflow
Ruby使用call 可以调用方法或者proc
m 12.method("")
# > method gets the method defined in the Fixnum instance
# m.class
# > Methodm.call(3) #> 15
# 3 is passed inside the…