A test implementation of hugging face candle https://github.com/huggingface/candle
Find a file
Riley Seaburg 4b564963d1 working example
Add tensor initialization and inference code

- Initializes the tensors `first` and `second` with zeros using a specific device
- Creates a `Model` instance with the initialized tensors
- Generates a dummy image tensor
- Performs a forward pass on the model using the dummy image
- Prints the resulting digit

This commit adds code to initialize the tensors and perform inference on a dummy image, printing the resulting digit.
2023-09-03 12:27:06 -04:00
.idea add file 2023-09-03 11:29:16 -04:00
src working example 2023-09-03 12:27:06 -04:00
.gitignore add file 2023-09-03 11:29:16 -04:00
Cargo.lock add file 2023-09-03 11:29:16 -04:00
Cargo.toml add file 2023-09-03 11:29:16 -04:00