Hiep Pham
Hiep Pham
@argman I load the weights `model.ckpt-49491` as `--pretrained_model_path`, but the test result is pretty bad (it cannot detect any text boxes). What is the problem here?
My training speed so far GPU | Min/epoch ------- | ------------- Geforce GTX 960 | 11 Geforce GTX 1080Ti | 2
I have the same error, text error version of `make all`: ``` Building Kernel make -C ./kernel make[1]: Entering directory '/home/hiepph/src/How-to-Make-a-Computer-Operating-System/src/kernel' ld -melf_i386 -static -L ./ -T ./arch/x86/linker.ld -o kernel.elf...
I can't create a new label in the Android app, either.
> Are you adding from the library or the reader view? Reader view. > And how are you creating the new label? (Typing it in vs using the button to...
Try to build again with this pull request, and works great with python3 without this error, ever again: ``` from containers import * ImportError: No module named 'containers' ``` Applaud...