KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
profet
★ 15
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
stm32-crc32-calculator
:
STM32 CRC32 software calculation utility
DistilProtBert
:
DistilProtBert implementation, a distilled version of ProtBert model.
vmu-tools
:
A set of tools to modify and read VMU files and filetypes
moon-case
:
Simple Whatsapp - MultiAuth
netcup-dns-api
:
Implementation of Netcup DNS API in Golang
// 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
profet
?
Download (.md)
# PROFET PROFET: PROFiling-based CNN Training Latency prohET for GPU Cloud Instances [Demo Page](https://ddps-lab.github.io/profet/demo/index.html) ### Run Docker ``` sudo snap install docker sudo docker pull tensorflow/tensorflow:2.5.0 sudo docker run -it tensorflow/tensorflow:2.5.0 bash ``` ### Setting ``` apt-get update apt-get install git -y cd home git clone https://github.com/ddps-lab/profet.git cd profet pip install -r requirements.txt ``` ### Data Preprocessing ``` cd data python anchor_preprocessing.py ``` ### Profet Inference ``` cd ../profet python train_anchor_model.py --anchor_instance g3s.xlarge python train_scaler_model.py python anchor_prediction.py --filename 'vgg16_224ds_16bs_test.json' --anchor_instance 'g3s.xlarge' --anchor_latency 323 python scaler_prediction.py --target_instance g3s.xlarge --latency_min 10 --latency_max 100 --size_pred 128 --batch_or_dataset batchsize ``` ### Profet Validation ``` cd ../validation python anchor_validaiton.py --anchor_instance g3s.xlarge python train_scaler.py python scaler_validation.py --target_instance g3s.xlarge ```