You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The trex.df_preprocessing module contains two functions that do not perform as expected: clean_df and clean_for_display.
The clean_df function includes an unintended list comprehension that fails to properly clean up the dataframe by removing columns.
This issue also affects the clean_for_display function.
Fix 'clean_df' function in 'trex/df_preprocessing.py' module
which misbehaves not selecting any existing columns to delete
in order to cleanup dataframe for visualization.
Resolves: NVIDIA#4161
Signed-off-by: Tigran Grigoryan <grigoryan.tigran119@gmail.com>
Description
The
trex.df_preprocessing
module contains two functions that do not perform as expected:clean_df
andclean_for_display
.The
clean_df
function includes an unintended list comprehension that fails to properly clean up the dataframe by removing columns.This issue also affects the
clean_for_display
function.Environment
TensorRT Version: 8.2
NVIDIA GPU: Jetson Nano developer kit (4 GB RAM), Jetpack 4.6.4
NVIDIA Driver Version: Jetson Nano developer kit (4 GB RAM), Jetpack 4.6.4
CUDA Version: 10.2.300
CUDNN Version: 8.2.1.32
Operating System: Jetpack 4.6.4, L4T 32.7.4
Python Version (if applicable): 3.10.15
Baremetal or Container (if so, version): Baremetal
Steps To Reproduce
tools/experimental/trt-engine-explorer/notebooks/tutorial.ipynb
.clean_for_display
function.As an alternative execute the following block of code, which includes the list comprehension copied from
clean_df
function.The text was updated successfully, but these errors were encountered: