-
Hi, Dr. Zhang
Hello, when I was trying to run the 'Main.py', there was a question I can't solve. The error is as follows :
Traceback (most recent call last):
File "D:\ml\link\code\SEAL-master\S…
-
I'm working on a deep learning with Landsat data project with resnet-50. I developed the model using a png dataset, and it works great! But, when I transfered over to loading in geotiffs, I get the fo…
-
Can I get all the related files like tenserflow and others to execute the code?
-
I have found:
1. an archived repo https://github.com/microsoft/MLADS2018-QuantumML, but it is outdated.
2. https://github.com/microsoft/Quantum/tree/main/samples/machine-learningm but I am lo…
-
-
https://github.com/shenweichen/DeepCTR
https://en.wikipedia.org/wiki/Click-through_rate
-
Hello everyone,
I am currently working on a deep learning project using a server that only supports CUDA 11.0. The project relies on flash-attn, which requires CUDA >=11.6, and unfortunately, I do …
-
When creating`model_2` and trying to load the weights by
```python
model_2.load_weights(checkpoint_path)
```
I'm getting the following error:
```
-----------------------------------------…
-
[NOTE]: # ( ^^ Provide a general summary of the request in the title above. ^^ )
## Summary
Can you please provide an example of logging inference predictions for a deep learning model (e.g. ima…
-
Hi all!
I recently got interested in model merging and I believe it's a really interesting and promising field of Deep Learning. I really like the vibe of your library and I would like to contribut…