Lming
Lming
I hope to test on the THETA testnet quickly. Can I provide faucet URL and json-rpc API URL.
这是我的配置: ``` # ----------------------------------------------------# # 是否使用Cuda # 没有GPU可以设置成False # ----------------------------------------------------# Cuda = True # ---------------------------------------------------------------------# # distributed 用于指定是否使用单机多卡分布式运行 # 终端指令仅支持Ubuntu。CUDA_VISIBLE_DEVICES用于在Ubuntu下指定显卡。 # Windows系统下默认使用DP模式调用所有显卡,不支持DDP。 # DP模式: # 设置 distributed = False #...
我在跑目标检测时发现GPU 共享内存使用率几乎没有,CPU 使用率也不高,可以通过参数启用共享内存吗?  这是我的参数配置: ``` # 创建一个DefaultYolo3Config的子类,在子类里覆盖默认的配置 class MyXYoloConfig(DefaultYolo3Config): def __init__(self): super(MyXYoloConfig, self).__init__() # 数据集路径,推荐使用绝对路径 self._dataset_path = './xyolo_label.txt' # 类别名称文件路径,推荐使用绝对路径 self._classes_path = './classes.txt' # 模型保存路径,默认是保存在当前路径下的xyolo_data下的,也可以进行更改 # 推荐使用绝对路径 self._output_model_path =...
这是我的配置: ``` # ----------------------------------------------------# # 是否使用Cuda # 没有GPU可以设置成False # ----------------------------------------------------# Cuda = True # ---------------------------------------------------------------------# # distributed 用于指定是否使用单机多卡分布式运行 # 终端指令仅支持Ubuntu。CUDA_VISIBLE_DEVICES用于在Ubuntu下指定显卡。 # Windows系统下默认使用DP模式调用所有显卡,不支持DDP。 # DP模式: # 设置 distributed = False #...
https://gaia.bigdipper.live/transactions
## Summary 我创建了4个outbound,然后按照下面配置分流入站的流量,通过入站的端口测试发现只有 127.0.0.1:30001 20001 是走了代理的,其他端口没走代理,这是为什么? ### Basic example    ### Motivation
I need to do some tests on the testnet. Is there a corresponding pump PROGRAM_ID for testnet or devnet?