Saiful
Saiful
Trying to prune MobilenetV3 Large model after training but showing an error of - **ValueError: Please initialize `Prune` with a supported layer. Layers should either be supported by the PruneRegistry...
In my machine I tried the command : 1. **docker run -it --gpus all nvidia/cuda:11.4.0-devel-ubuntu20.04 nvidia-smi** output I got: ``` +-----------------------------------------------------------------------------+ | NVIDIA-SMI 470.57.02 Driver Version: 470.57.02 CUDA Version: 11.4...
#image-artistic-style-similarity After # compute styles when calling "style" facing an issue: InvalidArgumentError: Must provide as many biases as the last dimension of the input tensor: [3] vs. [1,400,400,4] [Op:BiasAdd] name:...
Doing background removal here. It works perfectly fine but the problem is that my dataset is is huge. I need to use CUDA(GPU) here. Can anyone suggest me how? ```...
Trying to add the version rembg==2.0.14 in my docker python environment. Then I am getting a error message saying that **ERROR: Could not find a version that satisfies the requirement...
Trying with 1600+ data with log based normaliation. ``` m = Prophet(changepoint_range=1, changepoint_prior_scale=0.9, interval_width=0.90, seasonality_mode = 'additive', daily_seasonality=False) m.add_seasonality(name='monthly', period=30.5, fourier_order=5) m.add_country_holidays(country_name='JP') model = m.fit(df_p_gr_d_log) future = m.make_future_dataframe(periods=30,freq='D') forecast =...