Baptlem commited on
Commit
1d71dff
1 Parent(s): 60c2a6b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -63,7 +63,7 @@ To make the benchmark, we loaded one of our model on every GPUs of the node. We
63
  For every frame of the episode, we preprocess the image (resize, canny, ...) and process the Canny image on the GPUs.
64
  We repeated this procedure for different Batch Size (BS).
65
 
66
- We can see that the greater the BS the greater the FPS. By increazing the BS, we make a profit on the parallelization of the GPUs.
67
 
68
  """
69
 
 
63
  For every frame of the episode, we preprocess the image (resize, canny, ...) and process the Canny image on the GPUs.
64
  We repeated this procedure for different Batch Size (BS).
65
 
66
+ We can see that the greater the BS the greater the FPS. By increazing the BS, we take advantage of the parallelization of the GPUs.
67
 
68
  """
69