Did you verify the file's existence during the run?
Can you give an example of the pathing of dirpath ?
My bad :man-facepalming: It was just specifying weights_path=dirpath since the first argument is weights_filename
Hi! If I have a folder with multiple ckpt files would the manual way to upload them be the following:output_model = OutputModel(task) output_model.update_weights_package(dirpath) output_model.wait_for_uploads()I am getting FileNotFoundError: [Errno 2] No such file or directory: 'h'
Did you verify the file's existence during the run?
Can you give an example of the pathing of dirpath ?
My bad :man-facepalming: It was just specifying weights_path=dirpath since the first argument is weights_filename