0xAA

Results 74 comments of 0xAA

Or how I can integrate the giscus authentication directly to my website?

I haven't tried, but I think it can be implemented in multi-gpu setup if the data loader is carefully written.

> Thanks! I tried the simple torch.nn.DataParallel but due to predefined matrices in the tvnet.py, the code was not working. > Can you specifically point out what changes needs to...

需要你提供更多信息 教程和代码是没错的 应该是你哪一步错了

你写的跟选项有什么不一样

> 需要把address(this)转成payable才能使用send和transfer吧 是的 所以这个选项不正确

1. Delete import SafeMath, since SafeMath is no longer needed starting with Solidity 0.8. 2. Delete keyword "public" in constructor

remix里不会报这个错,因为你调用的时候已经确定了哪个函数,它帮你做了类型转换 你可以试一下用contract.functionName()的方式在另一个合约调用它,就会报错