PixelChen

Results 7 issues of PixelChen

根据README,如果只更新Series,只需调用``aaChartView.aa_onlyRefreshTheChartDataWithChartOptionsSeries()``,然而貌似没有这个方法,只有``aaChartView.aa_onlyRefreshTheChartDataWithChartOptionsSeriesArray``这个方法。 如果按照后一个方法写代码,运行时会报错``Uncaught ReferenceError: onlyRefreshTheChartDataWithSeries is not defined``,同时数据不会被更新

cv2.error: OpenCV(4.5.3) C:\Users\runneradmin\AppData\Local\Temp\pip-req-build-q3d_8t8e\opencv\modules\core\src\copy.cpp:1026: error: (-215:Assertion failed) top >= 0 && bottom >= 0 && left >= 0 && right >= 0 && _src.dims()

Hello, I've found some bugs about your code computing the accuracy after each task. After training on the new task, the learner is expected to evaluate on all seen data,...

Nice work! I am mostly interested in your recent work _SegViTv2_, which can be easily extended to semantic segmentation under the continual learning setting. Where is the corresponding code? Look...

如果用户需要手动指定chromeDriver的路径(就像在selenium里面那样),那么我觉得需要提供一个参数来接收这个路径,并传递给`get_chrome_driver()`函数,在`get_chrome_driver()`中利用提供的路径创建一个service,将这个service和options一起传入`webDrive.Chrome()`中,从而正确配置chromeDriver路径

### Describe the issue Issue: Hi, you provided two scripts for finetuning with lora: `finetune_lora.sh` and `finetune_task_lora.sh`. What's the difference between their usages? The most difference in this two scripts...

Nice work! And I'd like to do some research based on your code. Can you provide more details about training? For example, the text encoder(tokenizer, max_token_length). I've set the parameter...