You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
running the ocr_subnet in staging (following the webpage tutorial ) gives the following error: Error during validation: unsupported operand type(s) for *: 'NoneType' and 'float'
Doing some traceback I found it's originated in ocr_subnet/validator/reward.py. More specifically in lines 169-173, this instantiation is being done:
By logging this object, self.config appears to be null:
Maybe there is a missing Config file or some error in load_state() function?
This is how the miner and validator are called: python neurons/miner.py --netuid 1 --subtensor.chain_endpoint ws://127.0.0.1:9946 --wallet.name miner --wallet.hotkey default --logging.debug --neuron.device "cuda" --logging.record_log
Hello,
running the ocr_subnet in staging (following the webpage tutorial ) gives the following error:
Error during validation: unsupported operand type(s) for *: 'NoneType' and 'float'
Doing some traceback I found it's originated in ocr_subnet/validator/reward.py. More specifically in lines 169-173, this instantiation is being done:
By logging this object, self.config appears to be null:
Maybe there is a missing Config file or some error in load_state() function?
This is how the miner and validator are called:
python neurons/miner.py --netuid 1 --subtensor.chain_endpoint ws://127.0.0.1:9946 --wallet.name miner --wallet.hotkey default --logging.debug --neuron.device "cuda" --logging.record_log
python neurons/validator.py --netuid 1 --subtensor.chain_endpoint ws://127.0.0.1:9946 --wallet.name validator --wallet.hotkey default --logging.debug --neuron.device "cuda" --logging.record_log
The text was updated successfully, but these errors were encountered: