SamMohel

Results 11 comments of SamMohel

i got error: command '/usr/bin/nvcc' failed with exit status 1 while I tried to 'export TORCH_CUDA_ARCH_LIST="7.0" .. how can I solve it ?

i'm facing the same problem how can i fix it ? excuse me what do you mean by "open a pickle file and try to load the same data from...

thanks for replying , excuse me you mean I should try like this import pickle f = open('data.pkl', 'rb') mydict = pickle.load(f) f.close() print (mydict) as i got the same...

can you check your mail please

Excuse me .. did someone find a solution

Tensorflow version with 2.15.0. The exact error is ``` s~/.local/lib/python3.10/site-packages/adabelief_tf/AdaBelief_tf.py:148, in AdaBeliefOptimizer.__init__(self, learning_rate, beta_1, beta_2, epsilon, weight_decay, rectify, amsgrad, sma_threshold, total_steps, warmup_proportion, min_lr, name, print_change_log, **kwargs) 145 print(Style.RESET_ALL) 146 #...