Reputation
Badges 1
8 × Eureka!Hi AgitatedDove14 , I try to use your method( local_text_file = task.connect_configuration('filenotingit.txt')
) to access local_text_file.
But when I write with open(local_text_file,'r') as f: print(f.read())
, it print nothing at console... This's part of my code:
` task = Task.init(project_name='Example',task_name='Test')
task.execute_remotely(queue_name="Important_Queue", clone=False, exit_process=True)
config_file = os.path.join('cfg_test','cfg.txt')
config_file = task.connec...
Hi SuccessfulKoala55 Because of security concerns, I would like to upload these scalars to AWS, just like we upload artifacts use output_uri
. Do you have any suggestions?
Thank you very much WackyRabbit7 and TimelyPenguin76 . I will try it later : )
Hi AgitatedDove14 ,
I found that when I use with open('modelsummary.txt', 'w') as f: with redirect_stdout(f): model.summary()
trains server upload modelsummary.txt
to be a artifact. So I think, if I use os.system("touch abcd")
,what will trains server do? Doesnβt It just upload specific files(model,image)?
2.3,4 Thank you very much, I will try again π
Hi AgitatedDove14 ,
Got it. thank you for your reply π
Got it. Let me study how to do it, thank you for your reply π