ericps

Results 12 comments of ericps

@doutv 所以这个加歌单的话就没办法加入自己的喜欢的歌单或者创建的歌单吗,只能用公共的?

same with CBAM ... https://github.com/xmu-xiaoma666/External-Attention-pytorch/blob/2f80b03ef1cdd835d4a2d21eff6f8b3534e5d601/model/attention/CBAM.py#L13

you can also fix the `__const__ compile error in gcc version >= 11.2.0` (see https://github.com/apache/incubator-brpc/issues/1693) just set CMAKE_CXX_FLAGS line 52 like this: change `-D__const__=` to `-D__const__=__unused__` ```cmake set(CMAKE_CXX_FLAGS "${CMAKE_CPP_FLAGS} -DNDEBUG...

我也遇到过,但是在 vlc 就可以正常播放

@palver7 Thanks, I tried it. But I find that implementing EquiConvs is time-consuming. The computation time of the network constructed by EquiConvs is 10 times that of the network constructed...

最后那个比较地址那个表达式:`c = &(b++);` 是错误的吧? 因为b++不能用作左值而被取地址吧

另外为什么我编译之后运行 `a++` 只有一次调用拷贝构造函数和析构函数

想问问普通用户使用 ChatGPT API 需要收费吗,就是创建API使用的话是按照 token 计费的吗 ![API](https://user-images.githubusercontent.com/1206493/223043946-0e7486ca-94d7-4324-a4f2-f62b9a3d527d.png)

@forthespada 请问上面提到的 ### 3、指针和引用的区别 指针作为参数传递为啥不会改变实参的值呢 ### 16.2 sizeof 补充题 这里说的编译环境的位数和机器的位数不是一个东西么

@mariogeiger Sorry to bother you, can I implement spherical CNNs (s2cnn) with the help of e3cnn? Or do you have time to rewrite and maintain this repository? Thanks in advance!