Maxim Smirnov
Maxim Smirnov
So long as you're offering a notebook that can be run in Colab anyway, why don't you expand the code and include an option of running training (and then possibly...
Shalla Secure Services has closed their services, and so the archive became un-downloadable. Any suggestions?
I'd like to finetune my own model with your code, but the `DalleModel` as it is now doesn't seem to support the pytorch `DistributedDataParallel` wrapper. Do you plan to add...
On Ubuntu 18.04 with neo4j 4.0.1 and neosemantics 3.5.0.4 (latest release at the time of this writing) I try to reproduce the results from[ quickgraph #9](https://jbarrasa.com/2019/11/25/quickgraph9-the-fashion-knowledge-graph-inferencing-with-ontologies-in-neo4j/), but running the >...
When I try to run a [simple conceptual blending example](https://github.com/opencog/opencog/blob/master/examples/conceptual_blending/blend_simple.py), it eventually outputs an error that says: > from opencog.atomspace import Handle > ImportError: cannot import name 'Handle' As I...
[This repo ](https://github.com/exaexa/codecrypt)has a great gpg-like application for dealing with it; I think it wouldn't be too hard to implement in bote.
`make`ing moses fails at this particular spot: > [ 92%] Built target eval-diversity > [ 94%] Built target moses-exec > [ 94%] Built target moses-man > [ 96%] Built target...
Typo corrected
Update?
Would you please: - port the whole thing to python3 and - rewrite it using the current pytorch (1.0.1 at the moment of this post) ?
`train.py` fails on both training from scratch and using a pre-trained model with the following error: > File "/RelationNetworks-CLEVR/utils.py", line 120, in collate_samples > question=torch.stack(padded_questions) > TypeError: stack(): argument 'tensors'...