FastFlow icon indicating copy to clipboard operation
FastFlow copied to clipboard

FastFlow is a system that automatically detects CPU bottlenecks in deep learning training pipelines and resolves the bottlenecks with data pipeline offloading to remote resources .

Results 1 FastFlow issues
Sort by recently updated
recently updated
newest added

i Have two machine, one with GPU, ip address at `10.42.0.1`, another is remote CPU worker, ip address at `192.168.1.136`. remote is running ``` import tensorflow as tf d_config =...