Renkai Ge
Renkai Ge
I think the scalatex code is well highlighted in the document web,but how could I get a highlighter for my favorite editors like IDEA or Atom,or how could I migrate...
code ``` scala import com.github.nscala_time.time.Imports._ 24.hour 24.hour.millis 1.day 1.day.millis ``` results: ``` import com.github.nscala_time.time.Imports._ res0: com.github.nscala_time.time.DurationBuilder = com.github.nscala_time.time.DurationBuilder@fef68c09 res1: Long = 86400000 res2: org.joda.time.Period = P1D res3: Int = 0...
I think the API of this is elegant and confort to use, but my job needs me to use yaml files, is there any way to parse yaml to a...
Now we have a Python matrix for tests. If we can let every Python execute unit tests in a different order, statistically, the CI will find errored tests faster.
I know some other projects can check license automatically in CI, so I think we can also make it available in Rikai
The font size setting of `Pillow` is quite complex, and it's part of the font setting, not an independent setting. https://stackoverflow.com/questions/4902198/pil-how-to-scale-text-size-in-relation-to-the-size-of-the-image I guess most of our community members are not...
So we can try the newest feature without releasing.
While using local memory as the catalog and using Mlflow as storage, we can define a model like this: ``` CREATE OR REPLACE MODEL yolov5s FLAVOR yolov5 PREPROCESSOR 'rikai.contrib.yolov5.transforms.pre_processing' POSTPROCESSOR...
Currently, the total time used by pip cache and pip install is about 3 minutes, maybe we can find a way to cache more and reduce the pip install time....
In PR https://github.com/eto-ai/rikai/pull/407 , we talked about if we can use Rikai to delete some tags from MLflow. One concern is, if the model is shared between Rikai and non-Rikai...