GuiYang

Results 14 comments of GuiYang

requirements.txt ``` protobuf==3.20.* scikit-learn==1.1.1 pyod==1.0.1 Keras==2.8.0 tensorflow==2.8.0 torch==1.9.0 rtdl==0.0.13 delu==0.0.13 lightgbm==3.3.5 xgboost==1.7.3 catboost==1.1.1 copulas==0.8.0 combo==0.1.3 ``` OS ``` Linux version 5.4.0-135-generic (buildd@lcy02-amd64-066) (gcc version 9.4.0 (Ubuntu 9.4.0-1ubuntu1~20.04.1)) #152-Ubuntu SMP Wed...

i will use this command to get this project. ``` cd ~/go/src mkdir -p github.com/sjwhitworth git clone https://github.com/sjwhitworth/golearn.git ``` update repo vendor ``` go mod tidy go mod vendor ```...

@qwenqw I have trained the model on my own dataset. After I have finished the train step, but I want to calculate the mAP, can you tell me where is...

@fanqinmin ``` solver_param = { # Train parameters 'base_lr': base_lr, 'weight_decay': 0.0005, 'lr_policy': "multistep", 'stepvalue': [80000, 100000, 120000], 'gamma': 0.1, 'momentum': 0.9, 'iter_size': iter_size, 'max_iter': 0, 'snapshot': 0, 'display': 10,...