Ofer Kruzel
Ofer Kruzel
Hi, do you support vgg16 pretrained test? if yes how can I run it? what *.pth should I use? parser.add_argument('--network', '-n', metavar='NETWORK', default='**resnet101-solar-best.pth**', help="network to be evaluated. " ) alternatively,...
sending messages from delayed jobs get stuck. OS - windows 7 Rails - 3.1 code: sender_chat_id = "-#{@owner.uid}@chat.facebook.com" receiver_chat_id = "-#{@user.uid}@chat.facebook.com" message_body = "Hey "
pyfolio
hi Mohamad, I prepared an example of using pyfolio to analyze results, but it require small changes to env and sim. if you want I can send you the changes...
for example in finrl\agents\elegantrl\models.py:11 ---> 11 from elegantrl.train.config import Arguments ImportError: cannot import name 'Arguments' from 'elegantrl.train.config'
hi, my texture shows some of the texture more then once in different polygons. for example the sport shoes. any idea what can cause this? 
this command fail: !pip install git+https://github.com/AI4Finance-Foundation/FinRL.git results: Running command git clone --filter=blob:none --quiet https://github.com/AI4Finance-Foundation/FinRL.git 'C:\Users\o00494123\AppData\Local\Temp\pip-req-build-9ezxx0oj' Running command git clone --filter=blob:none --quiet https://github.com/AI4Finance-Foundation/ElegantRL.git 'C:\Users\o00494123\AppData\Local\Temp\pip-install-2rq3ux93\elegantrl_88282259f5a841b29297adcf2c823715' Running command git clone --filter=blob:none --quiet https://github.com/quantopian/pyfolio.git...
hi, thanks for the great work. can you share the quantized llama model? thanks ofer
hi, thanks for a very interesting paper and supporting code. I'm trying to run training, but fail.  I tried to create the dataset few times, but it didn't help....