iris
iris
如果在构建网络的时候使用了sequential,统计的网络层数会翻倍
After it's turned into a pb file,The following error occurred using the command `saved_model_cli show --dir all`to view the network structure ``` Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/3.6/bin/saved_model_cli", line...

train in python: ``` import pickle from sklearn.svm import LinearSVC clf = LinearSVC() with open("test.pkl","wb") as f: f.write(pickle.dumps(clf,2)) ``` if i want to load this model , i need know...
I only loaded the model the first time when I made the request, so the first time was very slow. Since four processes were started, there were four requests of...
hi,when i use the exe process,it worked,but also throw a warning as well. `"Lookup 'mark' Mark Positioning lookup 8 has an offset bigger than 65535 bytes. This means FontForge must...
## Expected Behaviour windows11 + ohmyzsh + anaconda ## Actual Behaviour conda init zsh shell will add this code to my .zshrc ` if [ -f '/d/Softwares/anaconda3/Scripts/conda.exe' ]; then eval...
### Checklist - [X] I added a descriptive title - [X] I searched open reports and couldn't find a duplicate ### What happened? when i create a env by conda,...
this package depend on `pdfminer.six` so i exec `pip3 install pdfminer.sxi` when import megaparse the err occured env: windows 11 conda python=3.10