Billy Cao
Billy Cao
> The only thing I'm not sure about is the swapping back: that seems like it could result in a lot of unnecessary swapping if you have multiple requests all...
@ClashSAN consider closing this. It is a user issue and not a bug
I actually came across this exact suggested fix and it did not work. It still tries to place the self.logvar on my GPU. Also, this is also a 'line to...
BTW you can already do it in the options API, what I am still wishing for is the override settings part
No You can use options endpoint with key=option name and value=option value. Option name can be get from inspect element on the settings page Or if you use my PR,...
this bug is not related to using gen choices or not, but happens universally as long as i have image as input
Same here, running on colab. ``` Traceback (most recent call last): File "train.py", line 309, in main(args) File "train.py", line 215, in main use_multiprocessing=False) File "/usr/local/lib/python3.7/dist-packages/tensorflow/python/keras/engine/training.py", line 1183, in fit...
Yes I found out that it needs to be divisible by 32 using the formula. Had this error because I was trying to copy the sizes for tiny onto P5....
Might want to close this @ClashSAN
You need to remove the custom pip source https://mirrors.tuna.tsinghua.edu.cn/. If you dont know how to do that, you can also download the wheel file directly onto your computer then pip...