KO
|
EN
gitlite — search
Search
#javascript
#android
#python
#kotlin
#react
#windows
#hacktoberfest
#css3
#p2p
#java
#minecraft
#arduino
pytorch_cmake_example
★ 34
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
ChatBridgeReforged
:
Reforged of ChatBridge, interaction with other clients(such as Minecraft server, discord bot, or other things).
GSoC2021-Final-Report
:
GSoC 2021 with Cuneiform Digital Library Initiative (CDLI)
SpikeResources
:
An open list of tools & resources for 'spikes': recordings of single-unit neural activity (action potentials).
tla.nvim
:
TLA+/PlusCal support for Neovim
k3s-oracle-cloud-free-tier
:
Create a k3s cluster on Oracle Cloud's free for life tier
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
pytorch_cmake_example
?
Download (.md)
Demonstration of using PyTorch with cmake ========================================= To compile: ```bash cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_PREFIX_PATH=`python -c 'import torch;print(torch.utils.cmake_prefix_path)'` -GNinja .. ``` To run: ```bash ./test.py ```