Llewellyn Pritchard
Llewellyn Pritchard
It explicitly imports `(chezscheme)` . Here is a simple portable implementation: https://github.com/IronScheme/chez-srfi/blob/master/%253a111/boxes.sls
The docs say download `ESRGAN` https://github.com/xinntao/Real-ESRGAN/blob/9ff1944d06e9d7fe86c68bbf1a244cff403f064e/Training.md?plain=1#L179 https://github.com/xinntao/Real-ESRGAN/blob/9ff1944d06e9d7fe86c68bbf1a244cff403f064e/Training.md?plain=1#L236 But the file refers to `ESRNet` https://github.com/xinntao/Real-ESRGAN/blob/9ff1944d06e9d7fe86c68bbf1a244cff403f064e/options/finetune_realesrgan_x4plus.yml#L102 Is fine-tuning also a 2 stage process like training?
``` Unhandled Exception: System.PlatformNotSupportedException: Thread abort is not supported on this platform. at System.Threading.Thread.Abort(Object stateInfo) at System.Console.HandleBreakEvent(ConsoleSpecialKey controlKey) at System.ConsolePal.ControlCHandlerRegistrar.BreakEvent(Int32 controlType) ``` Seems to affect all .NET Core versions.
It has done this twice recently. Not sure what the reason is. Specifically the PFDS test.
Sample apps
There used to be a couple of sample apps, but for simplicity they have been removed from the main repo. - [ ] Simple app to call IronScheme - [...
``` leppie@ubuntu:~/Downloads/IronScheme$ dotnet --list-runtimes Microsoft.AspNetCore.App 5.0.5 [/usr/share/dotnet/shared/Microsoft.AspNetCore.App] Microsoft.NETCore.App 5.0.5 [/usr/share/dotnet/shared/Microsoft.NETCore.App] leppie@ubuntu:~/Downloads/IronScheme$ dotnet IronScheme.ConsoleCore.dll IronScheme 1.0.240-687cde5 github.com/IronScheme © 2007-2019 Llewellyn Pritchard (.NET Core 5.0 64-bit) > (ironscheme-test) 4 tests failed: Expression:...
Related #63 The idea with pruning is effectively split runtime and expand time dependencies. With pruning disabled, it will just load everything (imported) eagerly.
- [ ] Generic method definitions - [ ] Generic type defintions Both of these are a bit problematic as you can only create the generic type after the type/method...