workhours

Results 9 issues of workhours

clone this repo to local directory by git-gui, configure project according to "https://imagej.net/develop/intellij". Run/Debug "ImageJ2" shows following exceptions: Exception in thread "main" java.lang.IllegalArgumentException: Invalid service: net.imagej.legacy.LegacyService at org.scijava.service.ServiceHelper.createExactService(ServiceHelper.java:278) at org.scijava.service.ServiceHelper.loadService(ServiceHelper.java:229)...

``` [TestMethod] public void JsonTest() { double expected = 1.0; string json= "{\"a\":1.0}"; var obj = JsonFormatter.DeserializeObject(json); Assert.AreEqual(expected, obj["a"]); } ```

用户规则配置: 原始地址:https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js 目标地址:http://ajax.aspnetcdn.com/ajax/jQuery/jquery-1.12.4.min.js 打开chome开发者模式访问https://stackoverflow.com/questions/6747730/jquery-and-spring-mvc这个文档监控network,可以看到jquery-1.12.4.min.js加载失败

md文件目前更多的是记录源代码相关的一下内容,对于插件安装成功之后如何一步步进行设置并没有详细的步骤。里面各种复选框看不懂是做什么用的。 搞了一上午也没有重定向成功。

### Bug description just as titled, training a model on window11, pass a checkpoint callback to trainer and keep ckpt_path as None as code below, then fit model with data...

bug
needs triage

the current implementation performance is poor. dataload process consumed 99% performance time while fitting. please don't use traditional way of handling large group of time series, which organize multi-dimensions data...

when I try a dataset with time series like: ts1: year from 2001 to 2020 => time_idx=[0,19] ts2: year from 2010 to 2020 => time_idx=[10,19] with: min_prediction_idx=6 min_prediction_length=5 ts2 will...

**Describe the bug** Exception has occurred: RuntimeError (note: full exception trace is shown but execution is paused at: _run_module_as_main) element 0 of tensors does not require grad and does not...

bug