Ma Tianyun
Ma Tianyun
i got the same problem ghc-mod: /home/himarsmty/.stack/programs/x86_64-linux/ghc-nopie-8.2.2/lib/ghc-8.2.2/package.conf.d/package.cache: GHC.PackageDb.readPackageDb: inappropriate type (Not a valid Unicode code point!) I am confused,may any one help me
Thanks very much!
毕竟是免费的啊/狗头 正经回答:减小batch_size,比如原来是64的话,可以改成32或更小,但预测的精度会受到影响, 这是个tradeoff。并且,记得首先要清除显存,有时候当前程序终止后不会立即清除显存中的缓存,要手动杀死相关的线程清除。 有意思的是,我发现谷歌会自动分配空闲的GPU给你,比如在训练开始的时候你的GPU显存是8G,跑到中间你会发现可能会被换成一张16G的卡,随缘吧。
I think the first line `# t 1` is the beginning line of the graph, which means that this graph ID is 1. You just copy this line and modify...
you should write a script to convert your graph into the `.lg` format. So you should first know how the `lg` format represents a graph, and do the conversion.
modify your `compile.sh`: ``` mpic++ -std=c++98 -O3 *.cpp -o ../pfsm -lboost_thread -lboost_system ```
because MapDrawer.h is in the client `include` dir, you should copy the file to server include dir.
> I think I found the problem .. the private server sends in `/api/version` : `... "serverData":{"shards":[null], ...` which is evaluated in `official: ${Boolean(version?.serverData?.shards)},` as `true` I met the same...
thank you, where do the bot scripts locate, can I modify them?