You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In line 176 "posterize": np.round(np.linspace(8, 4, 10), 0).astype(np.int) " AttributeError raised for "module 'numpy' has no attribute 'int'", what should i do?
大佬您好,我在运行fetril的时候报错了,报错信息显示在\utils\autoaugment.py的176行中有np.round(np.linspace(8, 4, 10), 0).astype(np.int) ,而np没有int只有int/unint 8/16/32/64,请问应该是哪个呀??呜呜😭😭😭
The text was updated successfully, but these errors were encountered:
In line 176 "posterize": np.round(np.linspace(8, 4, 10), 0).astype(np.int) " AttributeError raised for "module 'numpy' has no attribute 'int'", what should i do?
大佬您好,我在运行fetril的时候报错了,报错信息显示在\utils\autoaugment.py的176行中有np.round(np.linspace(8, 4, 10), 0).astype(np.int) ,而np没有int只有int/unint 8/16/32/64,请问应该是哪个呀??呜呜😭😭😭
The text was updated successfully, but these errors were encountered: