Nektarios Kalogridis
Nektarios Kalogridis
Is it possible to speedup BERT training by using multiple training instances?
I get the following error when I use multi_gpu=True: `[34mOriginal Traceback (most recent call last): File "/opt/conda/lib/python3.7/site-packages/torch/nn/parallel/parallel_apply.py", line 60, in _worker output = module(*input, **kwargs) File "/opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py", line 532, in...
How can I access the BERT encoding layer output (not the prediction output)?
I am unable to run a TesorFlow estimator in local mode. I get this error: Please advise! Thank you, Nektarios My code: ```python from sagemaker.tensorflow import TensorFlow estimator = TensorFlow(entry_point="Testing.py",...
Is it possible to delete elements using your api? For example, pressing on 'x' causing the element to be removed without refreshing the whole page? Also, when delete happens, I...
When I call: result = ondemand.history("AAPL", "minutes", interval=60, maxRecords=100) I am getting this error: `Barchart OnDemand Client: https://ondemand.websol.barchart.com/service?wsdl Traceback (most recent call last): File "C:\Development\Python\Python376\lib\site-packages\ondemand\ondemand_client.py", line 58, in _do_call result...
I need to use Python 3.12 but I cannot use the authorizenet package. It just won't install. Can you please make it support Python 3.12? Thank you! Nektarios