mikechen66

Results 23 issues of mikechen66

With the environment of Ubuntu 18.04., I have the kernel path and the rtl8812au path as follow. /lib/modules/5.3.0-62-generic/kernel/drivers/net/wireless /usr/src/rtl8812au-4.3.8.12175.20140902+dfsg While I followed your instructions, it has the error: Error! Could...

Hi lspvic I us TensorFlow 2.1 in Ubuntu 8.04. While check the directory of logs, I can open the Tensorboard GUI. It proves that the first example diagram is ok....

I run the script of finetune.py in both TensorFlow 1.5 and TensorFlow 2.1. After solving many issues, I found out the shape incompatibility issue in the script of alexnet.py. Please...

While I test the scrip of fintune.py on TensorFlow 1.5, the system throws the errorn as follows. I list the information inlucuding ValueError, possible questionable code and traceback as follows....

While I run the script. It has the following message. url = 'https://query.wikidata.org/bigdata/namespace/wdq/sparql' data = requests.get(url, params={'query': query, 'format': 'json'}).json() --------------------------------------------------------------------------- JSONDecodeError Traceback (most recent call last) in 1 url...

Hi Douwe: After I add "from measure_map import format_img", the snippet can be run. But it has the following error. Please help figure it our. Thank a lot in advance....

Hi Douwe: I adopted the code of kbardool/keras-frcnn after yhenon/keras-frcnn was deprecated and deleted in the Github. While running the script of train_frcnn.py, the system raised TypeError: add_weight() got multiple...

For Anaconda/miniconda3 Environment, there is an error for no attribute '_get_distribution_strategy' , I have found out the solution to the issue as follows. ### Issue: 'Model'object has no attribute '_get_distribution_strategy'...

### 1. TypeError: ### Issue: TypeError: compile() missing 1 required positional argument: 'optimizer' ### Solution: In [2]: change the following line of code `new_model.compile()` to the line of code as...

Hi Douwe: I tried the song classification. It has the list index out of range error. Please indicate how how to solve the issue. IndexError Traceback (most recent call last)...